#BDDED7

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

Shades of Cruise #BDDED7

Tints of Cruise #BDDED7

Color information

#BDDED7 (or 0xBDDED7) is unknown color: approx Cruise. HEX triplet: BD, DE and D7. RGB value is (189,222,215). Sum of RGB (Red+Green+Blue) = 189+222+215=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDED7 is #422128. Grayscale: #D3D3D3. Windows color (decimal): -4333865 or 14147261. OLE color: 14147261.

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

Color convert

RGB189222215-
CMYK0.1500.030.13
HSL167.27º33.33%80.59%-
HSV(B)167.27º14.86%87.06%-
XYZ59.3767.9774.28-
YUV211.33130.07112.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=30.19%
G=35.46%
B=34.35%

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
Decimal1892222150.1500.030.13167.2733.3380.59
HexBDDED7F03Da72151
Octal27533632717031524741121
Binary10111101110111101101011111110111101101001111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDED7; }

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

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

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

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

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

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

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

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