Html Css Color HEX #B9DDD0 Cruise

📋 copy color: '#B9DDD0'

red 185 ◦ green 221 ◦ blue 208

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

Shades of Cruise #B9DDD0

Tints of Cruise #B9DDD0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.99%

 BLUE value IS 208 (81.64% from 255) = 33.88%

R = 30.13%
G = 35.99%
B = 33.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#B9DDD0 (or 0xB9DDD0) is known color: Cruise. HEX triplet: B9, DD and D0. RGB value is (185,221,208). Sum of RGB (Red+Green+Blue) = 185+221+208=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDD0 is #46222F. Grayscale: #D0D0D0. Windows color (decimal): -4596272 or 13688249. OLE color: 13688249.

HSL color Cylindrical-coordinate representation of color #B9DDD0: hue angle of 158.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DDD0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 208 -
CMYK 0.16 0 0.06 0.13
HSL 158.33º 0.35% 0.8% -
HSV(B) 158.33º 0.16% 0.87% -
XYZ 57.25 66.58 69.51 -
YUV 208.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 185 221 208 0.16 0 0.06 0.13 158.33 0.35 0.8
Hex B9 DD D0 10 0 6 D 9E 23 50
Octal 271 335 320 20 0 6 15 236 43 120
Binary 10111001 11011101 11010000 10000 0 110 1101 10011110 100011 1010000

Color Harmonies of #B9DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDD0

Black with #B9DDD0

Text Example


Text Example

White with #B9DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDD0; }

 p { color: rgb(185,221,208); }

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

background-color css

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

 a { background-color: rgb(185,221,208); }

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

border-color css

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

 span { border-color: rgb(185,221,208); }

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