Html Css Color HEX #B9E2DA Cruise

📋 copy color: '#B9E2DA'

red 185 ◦ green 226 ◦ blue 218

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

Shades of Cruise #B9E2DA

Tints of Cruise #B9E2DA

RGB

 RED value IS 185 (72.66% from 255) = 29.41%

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

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

R = 29.41%
G = 35.93%
B = 34.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#B9E2DA (or 0xB9E2DA) is known color: Cruise. HEX triplet: B9, E2 and DA. RGB value is (185,226,218). Sum of RGB (Red+Green+Blue) = 185+226+218=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2DA is #461D25. Grayscale: #D4D4D4. Windows color (decimal): -4594982 or 14344889. OLE color: 14344889.

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

Color convert

RGB 185 226 218 -
CMYK 0.18 0 0.04 0.11
HSL 168.29º 0.41% 0.81% -
HSV(B) 168.29º 0.18% 0.89% -
XYZ 59.86 69.77 76.64 -
YUV 212.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 185 226 218 0.18 0 0.04 0.11 168.29 0.41 0.81
Hex B9 E2 DA 12 0 4 B A8 29 51
Octal 271 342 332 22 0 4 13 250 51 121
Binary 10111001 11100010 11011010 10010 0 100 1011 10101000 101001 1010001

Color Harmonies of #B9E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E2DA

Black with #B9E2DA

Text Example


Text Example

White with #B9E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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