Html Css Color HEX #B9DDD8 Cruise

📋 copy color: '#B9DDD8'

red 185 ◦ green 221 ◦ blue 216

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

Shades of Cruise #B9DDD8

Tints of Cruise #B9DDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.73%

R = 29.74%
G = 35.53%
B = 34.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B9DDD8 (or 0xB9DDD8) is known color: Cruise. HEX triplet: B9, DD and D8. RGB value is (185,221,216). Sum of RGB (Red+Green+Blue) = 185+221+216=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDD8 is #462227. Grayscale: #D1D1D1. Windows color (decimal): -4596264 or 14212537. OLE color: 14212537.

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

Color convert

RGB 185 221 216 -
CMYK 0.16 0 0.02 0.13
HSL 171.67º 0.35% 0.8% -
HSV(B) 171.67º 0.16% 0.87% -
XYZ 58.26 66.99 74.82 -
YUV 209.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 185 221 216 0.16 0 0.02 0.13 171.67 0.35 0.8
Hex B9 DD D8 10 0 2 D AC 23 50
Octal 271 335 330 20 0 2 15 254 43 120
Binary 10111001 11011101 11011000 10000 0 10 1101 10101100 100011 1010000

Color Harmonies of #B9DDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDD8

Black with #B9DDD8

Text Example


Text Example

White with #B9DDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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