Html Css Color HEX #BBDDD6 Cruise

📋 copy color: '#BBDDD6'

red 187 ◦ green 221 ◦ blue 214

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

Shades of Cruise #BBDDD6

Tints of Cruise #BBDDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.41%

R = 30.06%
G = 35.53%
B = 34.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#BBDDD6 (or 0xBBDDD6) is known color: Cruise. HEX triplet: BB, DD and D6. RGB value is (187,221,214). Sum of RGB (Red+Green+Blue) = 187+221+214=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDD6 is #442229. Grayscale: #D2D2D2. Windows color (decimal): -4465194 or 14081467. OLE color: 14081467.

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

Color convert

RGB 187 221 214 -
CMYK 0.15 0 0.03 0.13
HSL 167.65º 0.33% 0.8% -
HSV(B) 167.65º 0.15% 0.87% -
XYZ 58.49 67.13 73.49 -
YUV 210.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 187 221 214 0.15 0 0.03 0.13 167.65 0.33 0.8
Hex BB DD D6 F 0 3 D A8 21 50
Octal 273 335 326 17 0 3 15 250 41 120
Binary 10111011 11011101 11010110 1111 0 11 1101 10101000 100001 1010000

Color Harmonies of #BBDDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDD6

Black with #BBDDD6

Text Example


Text Example

White with #BBDDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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