#BDF1EC

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

Shades of Pale Turquoise #BDF1EC

Tints of Pale Turquoise #BDF1EC

Color information

#BDF1EC (or 0xBDF1EC) is unknown color: approx Pale Turquoise. HEX triplet: BD, F1 and EC. RGB value is (189,241,236). Sum of RGB (Red+Green+Blue) = 189+241+236=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1EC is #420E13. Grayscale: #E0E0E0. Windows color (decimal): -4328980 or 15528381. OLE color: 15528381.

HSL color Cylindrical-coordinate representation of color #BDF1EC: hue angle of 174.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1EC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB189241236-
CMYK0.2200.020.05
HSL174.23º65%84.31%-
HSV(B)174.23º21.58%94.51%-
XYZ67.5879.7991.2-
YUV224.88134.27102.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.38%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=28.38%
G=36.19%
B=35.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892412360.2200.020.05174.236584.31
HexBDF1EC16025ae4154
Octal27536135426025256101124
Binary101111011111000111101100101100101011010111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1EC; }

 p { color: rgb(189,241,236); }

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

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

 a { background-color: rgb(189,241,236); }

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

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

 span { border-color: rgb(189,241,236); }

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