Html Css Color HEX #BBDED9 Cruise

📋 copy color: '#BBDED9'

red 187 ◦ green 222 ◦ blue 217

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

Shades of Cruise #BBDED9

Tints of Cruise #BBDED9

RGB

 RED value IS 187 (73.44% from 255) = 29.87%

 GREEN value IS 222 (87.11% from 255) = 35.46%

 BLUE value IS 217 (85.16% from 255) = 34.66%

R = 29.87%
G = 35.46%
B = 34.66%

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

#BBDED9 (or 0xBBDED9) is known color: Cruise. HEX triplet: BB, DE and D9. RGB value is (187,222,217). Sum of RGB (Red+Green+Blue) = 187+222+217=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDED9 is #442126. Grayscale: #D2D2D2. Windows color (decimal): -4464935 or 14278331. OLE color: 14278331.

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

Color convert

RGB 187 222 217 -
CMYK 0.16 0 0.02 0.13
HSL 171.43º 0.35% 0.8% -
HSV(B) 171.43º 0.16% 0.87% -
XYZ 59.14 67.82 75.62 -
YUV 210.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 187 222 217 0.16 0 0.02 0.13 171.43 0.35 0.8
Hex BB DE D9 10 0 2 D AB 23 50
Octal 273 336 331 20 0 2 15 253 43 120
Binary 10111011 11011110 11011001 10000 0 10 1101 10101011 100011 1010000

Color Harmonies of #BBDED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDED9

Black with #BBDED9

Text Example


Text Example

White with #BBDED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDED9; }

 p { color: rgb(187,222,217); }

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

background-color css

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

 a { background-color: rgb(187,222,217); }

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

border-color css

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

 span { border-color: rgb(187,222,217); }

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