Html Css Color HEX #BBDFD9 Cruise

📋 copy color: '#BBDFD9'

red 187 ◦ green 223 ◦ blue 217

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

Shades of Cruise #BBDFD9

Tints of Cruise #BBDFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.57%

 BLUE value IS 217 (85.16% from 255) = 34.61%

R = 29.82%
G = 35.57%
B = 34.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#BBDFD9 (or 0xBBDFD9) is known color: Cruise. HEX triplet: BB, DF and D9. RGB value is (187,223,217). Sum of RGB (Red+Green+Blue) = 187+223+217=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD9 is #442026. Grayscale: #D3D3D3. Windows color (decimal): -4464679 or 14278587. OLE color: 14278587.

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

Color convert

RGB 187 223 217 -
CMYK 0.16 0 0.03 0.13
HSL 170º 0.36% 0.8% -
HSV(B) 170º 0.16% 0.87% -
XYZ 59.41 68.35 75.71 -
YUV 211.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 187 223 217 0.16 0 0.03 0.13 170 0.36 0.8
Hex BB DF D9 10 0 3 D AA 24 50
Octal 273 337 331 20 0 3 15 252 44 120
Binary 10111011 11011111 11011001 10000 0 11 1101 10101010 100100 1010000

Color Harmonies of #BBDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFD9

Black with #BBDFD9

Text Example


Text Example

White with #BBDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFD9; }

 p { color: rgb(187,223,217); }

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

background-color css

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

 a { background-color: rgb(187,223,217); }

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

border-color css

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

 span { border-color: rgb(187,223,217); }

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