#BDDED5

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

Shades of Cruise #BDDED5

Tints of Cruise #BDDED5

Color information

#BDDED5 (or 0xBDDED5) is unknown color: approx Cruise. HEX triplet: BD, DE and D5. RGB value is (189,222,213). Sum of RGB (Red+Green+Blue) = 189+222+213=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDED5 is #42212A. Grayscale: #D3D3D3. Windows color (decimal): -4333867 or 14016189. OLE color: 14016189.

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

Color convert

RGB189222213-
CMYK0.1500.040.13
HSL163.64º33.33%80.59%-
HSV(B)163.64º14.86%87.06%-
XYZ59.1267.8772.93-
YUV211.11129.07112.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=30.29%
G=35.58%
B=34.13%

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
Decimal1892222130.1500.040.13163.6433.3380.59
HexBDDED5F04Da42151
Octal27533632517041524441121
Binary101111011101111011010101111101001101101001001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDED5; }

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

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

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

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

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

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

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

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