Html Css Color HEX #B8E2DA Cruise

📋 copy color: '#B8E2DA'

red 184 ◦ green 226 ◦ blue 218

#B8E2DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #B8E2DA

Tints of Cruise #B8E2DA

RGB

 RED value IS 184 (72.27% from 255) = 29.3%

 GREEN value IS 226 (88.67% from 255) = 35.99%

 BLUE value IS 218 (85.55% from 255) = 34.71%

R = 29.3%
G = 35.99%
B = 34.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B8E2DA (or 0xB8E2DA) is known color: Cruise. HEX triplet: B8, E2 and DA. RGB value is (184,226,218). Sum of RGB (Red+Green+Blue) = 184+226+218=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E2DA is #471D25. Grayscale: #D4D4D4. Windows color (decimal): -4660518 or 14344888. OLE color: 14344888.

HSL color Cylindrical-coordinate representation of color #B8E2DA: hue angle of 168.57º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E2DA is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 184 226 218 -
CMYK 0.19 0 0.04 0.11
HSL 168.57º 0.42% 0.8% -
HSV(B) 168.57º 0.19% 0.89% -
XYZ 59.62 69.65 76.63 -
YUV 212.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 184 226 218 0.19 0 0.04 0.11 168.57 0.42 0.8
Hex B8 E2 DA 13 0 4 B A9 2A 50
Octal 270 342 332 23 0 4 13 251 52 120
Binary 10111000 11100010 11011010 10011 0 100 1011 10101001 101010 1010000

Color Harmonies of #B8E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E2DA

Black with #B8E2DA

Text Example


Text Example

White with #B8E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E2DA; }

 p { color: rgb(184,226,218); }

 H1.HeaderClassName
 {
   color: #B8E2DA;
 }
 .AnyTagClassName
 {
   color: #B8E2DA;
 }
</style>

background-color css

<style>
 a { background-color: #B8E2DA; }

 a { background-color: rgb(184,226,218); }

 div.DivClassName
 {
   background-color: #B8E2DA;
 }
 .BgClassName
 {
   background-color: #B8E2DA;
 }
</style>

border-color css

<style>
 span { border-color: #B8E2DA; }

 span { border-color: rgb(184,226,218); }

 td.TdClassName
 {
   border-color: #B8E2DA;
 }
 .TagClassName
 {
   border-color: #B8E2DA;
 }
</style>