Html Css Color HEX #BBDDD8 Cruise

📋 copy color: '#BBDDD8'

red 187 ◦ green 221 ◦ blue 216

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

Shades of Cruise #BBDDD8

Tints of Cruise #BBDDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.62%

R = 29.97%
G = 35.42%
B = 34.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#BBDDD8 (or 0xBBDDD8) is known color: Cruise. HEX triplet: BB, DD and D8. RGB value is (187,221,216). Sum of RGB (Red+Green+Blue) = 187+221+216=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDD8 is #442227. Grayscale: #D2D2D2. Windows color (decimal): -4465192 or 14212539. OLE color: 14212539.

HSL color Cylindrical-coordinate representation of color #BBDDD8: hue angle of 171.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDD8 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 216 -
CMYK 0.15 0 0.02 0.13
HSL 171.18º 0.33% 0.8% -
HSV(B) 171.18º 0.15% 0.87% -
XYZ 58.74 67.24 74.85 -
YUV 210.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 187 221 216 0.15 0 0.02 0.13 171.18 0.33 0.8
Hex BB DD D8 F 0 2 D AB 21 50
Octal 273 335 330 17 0 2 15 253 41 120
Binary 10111011 11011101 11011000 1111 0 10 1101 10101011 100001 1010000

Color Harmonies of #BBDDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDD8

Black with #BBDDD8

Text Example


Text Example

White with #BBDDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDD8; }

 p { color: rgb(187,221,216); }

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

background-color css

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

 a { background-color: rgb(187,221,216); }

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

border-color css

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

 span { border-color: rgb(187,221,216); }

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