#BDECEC

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

Shades of Pale Turquoise #BDECEC

Tints of Pale Turquoise #BDECEC

Color information

#BDECEC (or 0xBDECEC) is unknown color: approx Pale Turquoise. HEX triplet: BD, EC and EC. RGB value is (189,236,236). Sum of RGB (Red+Green+Blue) = 189+236+236=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #BDECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECEC is #421313. Grayscale: #DDDDDD. Windows color (decimal): -4330260 or 15527101. OLE color: 15527101.

HSL color Cylindrical-coordinate representation of color #BDECEC: hue angle of 180º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECEC is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189236236-
CMYK0.20000.07
HSL180º55.29%83.33%-
HSV(B)180º19.92%92.55%-
XYZ66.1276.8790.71-
YUV221.95135.93104.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.59%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=28.59%
G=35.70%
B=35.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892362360.20000.0718055.2983.33
HexBDECEC14007b43753
Octal2753543542400726467123
Binary1011110111101100111011001010000111101101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECEC; }

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

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

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

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

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

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

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

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