Html Css Color HEX #BBDED4 Cruise

📋 copy color: '#BBDED4'

red 187 ◦ green 222 ◦ blue 212

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

Shades of Cruise #BBDED4

Tints of Cruise #BBDED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.14%

R = 30.11%
G = 35.75%
B = 34.14%

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

#BBDED4 (or 0xBBDED4) is known color: Cruise. HEX triplet: BB, DE and D4. RGB value is (187,222,212). Sum of RGB (Red+Green+Blue) = 187+222+212=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDED4 is #44212B. Grayscale: #D2D2D2. Windows color (decimal): -4464940 or 13950651. OLE color: 13950651.

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

Color convert

RGB 187 222 212 -
CMYK 0.16 0 0.05 0.13
HSL 162.86º 0.35% 0.8% -
HSV(B) 162.86º 0.16% 0.87% -
XYZ 58.5 67.56 72.24 -
YUV 210.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 187 222 212 0.16 0 0.05 0.13 162.86 0.35 0.8
Hex BB DE D4 10 0 5 D A3 23 50
Octal 273 336 324 20 0 5 15 243 43 120
Binary 10111011 11011110 11010100 10000 0 101 1101 10100011 100011 1010000

Color Harmonies of #BBDED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDED4

Black with #BBDED4

Text Example


Text Example

White with #BBDED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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