#BDDFD4

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

Shades of Cruise #BDDFD4

Tints of Cruise #BDDFD4

Color information

#BDDFD4 (or 0xBDDFD4) is unknown color: approx Cruise. HEX triplet: BD, DF and D4. RGB value is (189,223,212). Sum of RGB (Red+Green+Blue) = 189+223+212=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFD4 is #42202B. Grayscale: #D3D3D3. Windows color (decimal): -4333612 or 13950909. OLE color: 13950909.

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

Color convert

RGB189223212-
CMYK0.1500.050.13
HSL160.59º34.69%80.78%-
HSV(B)160.59º15.25%87.45%-
XYZ59.2668.3572.36-
YUV211.58128.24111.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 212 (83.20% from 255) = 33.97%
R=30.29%
G=35.74%
B=33.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892232120.1500.050.13160.5934.6980.78
HexBDDFD4F05Da12351
Octal27533732417051524143121
Binary101111011101111111010100111101011101101000011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFD4; }

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

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

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

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

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

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

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

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