#BDDFD7

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

Shades of Cruise #BDDFD7

Tints of Cruise #BDDFD7

Color information

#BDDFD7 (or 0xBDDFD7) is unknown color: approx Cruise. HEX triplet: BD, DF and D7. RGB value is (189,223,215). Sum of RGB (Red+Green+Blue) = 189+223+215=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFD7 is #422028. Grayscale: #D3D3D3. Windows color (decimal): -4333609 or 14147517. OLE color: 14147517.

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

Color convert

RGB189223215-
CMYK0.1500.040.13
HSL165.88º34.69%80.78%-
HSV(B)165.88º15.25%87.45%-
XYZ59.6468.574.37-
YUV211.92129.74111.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=30.14%
G=35.57%
B=34.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892232150.1500.040.13165.8834.6980.78
HexBDDFD7F04Da62351
Octal27533732717041524643121
Binary101111011101111111010111111101001101101001101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFD7; }

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

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

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

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

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

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

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

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