Html Css Color HEX #B9DDD3 Cruise

📋 copy color: '#B9DDD3'

red 185 ◦ green 221 ◦ blue 211

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

Shades of Cruise #B9DDD3

Tints of Cruise #B9DDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.2%

R = 29.98%
G = 35.82%
B = 34.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#B9DDD3 (or 0xB9DDD3) is known color: Cruise. HEX triplet: B9, DD and D3. RGB value is (185,221,211). Sum of RGB (Red+Green+Blue) = 185+221+211=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDD3 is #46222C. Grayscale: #D1D1D1. Windows color (decimal): -4596269 or 13884857. OLE color: 13884857.

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

Color convert

RGB 185 221 211 -
CMYK 0.16 0 0.05 0.13
HSL 163.33º 0.35% 0.8% -
HSV(B) 163.33º 0.16% 0.87% -
XYZ 57.62 66.73 71.47 -
YUV 209.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 185 221 211 0.16 0 0.05 0.13 163.33 0.35 0.8
Hex B9 DD D3 10 0 5 D A3 23 50
Octal 271 335 323 20 0 5 15 243 43 120
Binary 10111001 11011101 11010011 10000 0 101 1101 10100011 100011 1010000

Color Harmonies of #B9DDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDD3

Black with #B9DDD3

Text Example


Text Example

White with #B9DDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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