Html Css Color HEX #BBDED0 Cruise

📋 copy color: '#BBDED0'

red 187 ◦ green 222 ◦ blue 208

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

Shades of Cruise #BBDED0

Tints of Cruise #BBDED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.71%

R = 30.31%
G = 35.98%
B = 33.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BBDED0 (or 0xBBDED0) is known color: Cruise. HEX triplet: BB, DE and D0. RGB value is (187,222,208). Sum of RGB (Red+Green+Blue) = 187+222+208=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDED0 is #44212F. Grayscale: #D1D1D1. Windows color (decimal): -4464944 or 13688507. OLE color: 13688507.

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

Color convert

RGB 187 222 208 -
CMYK 0.16 0 0.06 0.13
HSL 156º 0.35% 0.8% -
HSV(B) 156º 0.16% 0.87% -
XYZ 58 67.36 69.62 -
YUV 209.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 187 222 208 0.16 0 0.06 0.13 156 0.35 0.8
Hex BB DE D0 10 0 6 D 9C 23 50
Octal 273 336 320 20 0 6 15 234 43 120
Binary 10111011 11011110 11010000 10000 0 110 1101 10011100 100011 1010000

Color Harmonies of #BBDED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDED0

Black with #BBDED0

Text Example


Text Example

White with #BBDED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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