#BDE1D4

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

Shades of Cruise #BDE1D4

Tints of Cruise #BDE1D4

Color information

#BDE1D4 (or 0xBDE1D4) is unknown color: approx Cruise. HEX triplet: BD, E1 and D4. RGB value is (189,225,212). Sum of RGB (Red+Green+Blue) = 189+225+212=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D4 is #421E2B. Grayscale: #D4D4D4. Windows color (decimal): -4333100 or 13951421. OLE color: 13951421.

HSL color Cylindrical-coordinate representation of color #BDE1D4: hue angle of 158.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1D4 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB189225212-
CMYK0.1600.060.12
HSL158.33º37.5%81.18%-
HSV(B)158.33º16%88.24%-
XYZ59.869.4272.54-
YUV212.75127.57111.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 225 (88.28% from 255) = 35.94%
BLUE value IS 212 (83.20% from 255) = 33.87%
R=30.19%
G=35.94%
B=33.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892252120.1600.060.12158.3337.581.18
HexBDE1D41006C9e2651
Octal27534132420061423646121
Binary1011110111100001110101001000001101100100111101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1D4; }

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

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

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

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

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

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

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

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