Html Css Color HEX #B9E5D4 Cruise

📋 copy color: '#B9E5D4'

red 185 ◦ green 229 ◦ blue 212

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

Shades of Cruise #B9E5D4

Tints of Cruise #B9E5D4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.58%

 BLUE value IS 212 (83.2% from 255) = 33.87%

R = 29.55%
G = 36.58%
B = 33.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#B9E5D4 (or 0xB9E5D4) is known color: Cruise. HEX triplet: B9, E5 and D4. RGB value is (185,229,212). Sum of RGB (Red+Green+Blue) = 185+229+212=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E5D4 is #461A2B. Grayscale: #D5D5D5. Windows color (decimal): -4594220 or 13952441. OLE color: 13952441.

HSL color Cylindrical-coordinate representation of color #B9E5D4: hue angle of 156.82º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E5D4 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 229 212 -
CMYK 0.19 0 0.07 0.10
HSL 156.82º 0.46% 0.81% -
HSV(B) 156.82º 0.19% 0.9% -
XYZ 59.91 71.11 72.85 -
YUV 213.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 185 229 212 0.19 0 0.07 0.10 156.82 0.46 0.81
Hex B9 E5 D4 13 0 7 A 9D 2E 51
Octal 271 345 324 23 0 7 12 235 56 121
Binary 10111001 11100101 11010100 10011 0 111 1010 10011101 101110 1010001

Color Harmonies of #B9E5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E5D4

Black with #B9E5D4

Text Example


Text Example

White with #B9E5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E5D4; }

 p { color: rgb(185,229,212); }

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

background-color css

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

 a { background-color: rgb(185,229,212); }

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

border-color css

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

 span { border-color: rgb(185,229,212); }

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