Html Css Color HEX #B9DDD5 Cruise

📋 copy color: '#B9DDD5'

red 185 ◦ green 221 ◦ blue 213

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

Shades of Cruise #B9DDD5

Tints of Cruise #B9DDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.41%

R = 29.89%
G = 35.7%
B = 34.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B9DDD5 (or 0xB9DDD5) is known color: Cruise. HEX triplet: B9, DD and D5. RGB value is (185,221,213). Sum of RGB (Red+Green+Blue) = 185+221+213=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDD5 is #46222A. Grayscale: #D1D1D1. Windows color (decimal): -4596267 or 14015929. OLE color: 14015929.

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

Color convert

RGB 185 221 213 -
CMYK 0.16 0 0.04 0.13
HSL 166.67º 0.35% 0.8% -
HSV(B) 166.67º 0.16% 0.87% -
XYZ 57.87 66.83 72.8 -
YUV 209.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 185 221 213 0.16 0 0.04 0.13 166.67 0.35 0.8
Hex B9 DD D5 10 0 4 D A7 23 50
Octal 271 335 325 20 0 4 15 247 43 120
Binary 10111001 11011101 11010101 10000 0 100 1101 10100111 100011 1010000

Color Harmonies of #B9DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDD5

Black with #B9DDD5

Text Example


Text Example

White with #B9DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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