Html Css Color HEX #B9DDCE Cruise

📋 copy color: '#B9DDCE'

red 185 ◦ green 221 ◦ blue 206

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

Shades of Cruise #B9DDCE

Tints of Cruise #B9DDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.66%

R = 30.23%
G = 36.11%
B = 33.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B9DDCE (or 0xB9DDCE) is known color: Cruise. HEX triplet: B9, DD and CE. RGB value is (185,221,206). Sum of RGB (Red+Green+Blue) = 185+221+206=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDCE is #462231. Grayscale: #D0D0D0. Windows color (decimal): -4596274 or 13557177. OLE color: 13557177.

HSL color Cylindrical-coordinate representation of color #B9DDCE: hue angle of 155º 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 #B9DDCE is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 206 -
CMYK 0.16 0 0.07 0.13
HSL 155º 0.35% 0.8% -
HSV(B) 155º 0.16% 0.87% -
XYZ 57 66.48 68.22 -
YUV 208.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 185 221 206 0.16 0 0.07 0.13 155 0.35 0.8
Hex B9 DD CE 10 0 7 D 9B 23 50
Octal 271 335 316 20 0 7 15 233 43 120
Binary 10111001 11011101 11001110 10000 0 111 1101 10011011 100011 1010000

Color Harmonies of #B9DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDCE

Black with #B9DDCE

Text Example


Text Example

White with #B9DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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