#BBDFD5

Color #BBDFD5 Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #BBDFD5

Tints of Cruise #BBDFD5

Color information

#BBDFD5 (or 0xBBDFD5) is unknown color: approx Cruise. HEX triplet: BB, DF and D5. RGB value is (187,223,213). Sum of RGB (Red+Green+Blue) = 187+223+213=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD5 is #44202A. Grayscale: #D3D3D3. Windows color (decimal): -4464683 or 14016443. OLE color: 14016443.

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

Color convert

RGB187223213-
CMYK0.1600.040.13
HSL163.33º36%80.39%-
HSV(B)163.33º16.14%87.45%-
XYZ58.8968.1473-
YUV211.1129.07110.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 213 (83.59% from 255) = 34.19%
R=30.02%
G=35.79%
B=34.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872232130.1600.040.13163.333680.39
HexBBDFD51004Da32450
Octal27333732520041524344120
Binary1011101111011111110101011000001001101101000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFD5; }

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

 H1.HeaderClassName
 {
   color: #BBDFD5;
 }
 .AnyTagClassName
 {
   color: #BBDFD5;
 }
</style>
background-color css

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

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

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

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

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

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