#BDDFD8

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

Shades of Cruise #BDDFD8

Tints of Cruise #BDDFD8

Color information

#BDDFD8 (or 0xBDDFD8) is unknown color: approx Cruise. HEX triplet: BD, DF and D8. RGB value is (189,223,216). Sum of RGB (Red+Green+Blue) = 189+223+216=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFD8 is #422027. Grayscale: #D4D4D4. Windows color (decimal): -4333608 or 14213053. OLE color: 14213053.

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

Color convert

RGB189223216-
CMYK0.1500.030.13
HSL167.65º34.69%80.78%-
HSV(B)167.65º15.25%87.45%-
XYZ59.7768.5575.05-
YUV212.04130.24111.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 216 (84.77% from 255) = 34.39%
R=30.10%
G=35.51%
B=34.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892232160.1500.030.13167.6534.6980.78
HexBDDFD8F03Da82351
Octal27533733017031525043121
Binary10111101110111111101100011110111101101010001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFD8; }

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

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

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

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

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

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

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

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