Html Css Color HEX #BBDFD8 Cruise

📋 copy color: '#BBDFD8'

red 187 ◦ green 223 ◦ blue 216

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

Shades of Cruise #BBDFD8

Tints of Cruise #BBDFD8

RGB

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

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

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

R = 29.87%
G = 35.62%
B = 34.5%

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

#BBDFD8 (or 0xBBDFD8) is known color: Cruise. HEX triplet: BB, DF and D8. RGB value is (187,223,216). Sum of RGB (Red+Green+Blue) = 187+223+216=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD8 is #442027. Grayscale: #D3D3D3. Windows color (decimal): -4464680 or 14213051. OLE color: 14213051.

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

Color convert

RGB 187 223 216 -
CMYK 0.16 0 0.03 0.13
HSL 168.33º 0.36% 0.8% -
HSV(B) 168.33º 0.16% 0.87% -
XYZ 59.28 68.3 75.02 -
YUV 211.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 187 223 216 0.16 0 0.03 0.13 168.33 0.36 0.8
Hex BB DF D8 10 0 3 D A8 24 50
Octal 273 337 330 20 0 3 15 250 44 120
Binary 10111011 11011111 11011000 10000 0 11 1101 10101000 100100 1010000

Color Harmonies of #BBDFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFD8

Black with #BBDFD8

Text Example


Text Example

White with #BBDFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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