Html Css Color HEX #BBDED2 Cruise

📋 copy color: '#BBDED2'

red 187 ◦ green 222 ◦ blue 210

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

Shades of Cruise #BBDED2

Tints of Cruise #BBDED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.93%

R = 30.21%
G = 35.86%
B = 33.93%

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

#BBDED2 (or 0xBBDED2) is known color: Cruise. HEX triplet: BB, DE and D2. RGB value is (187,222,210). Sum of RGB (Red+Green+Blue) = 187+222+210=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDED2 is #44212D. Grayscale: #D2D2D2. Windows color (decimal): -4464942 or 13819579. OLE color: 13819579.

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

Color convert

RGB 187 222 210 -
CMYK 0.16 0 0.05 0.13
HSL 159.43º 0.35% 0.8% -
HSV(B) 159.43º 0.16% 0.87% -
XYZ 58.25 67.46 70.92 -
YUV 210.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 187 222 210 0.16 0 0.05 0.13 159.43 0.35 0.8
Hex BB DE D2 10 0 5 D 9F 23 50
Octal 273 336 322 20 0 5 15 237 43 120
Binary 10111011 11011110 11010010 10000 0 101 1101 10011111 100011 1010000

Color Harmonies of #BBDED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDED2

Black with #BBDED2

Text Example


Text Example

White with #BBDED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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