#BDECEB

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

Shades of Pale Turquoise #BDECEB

Tints of Pale Turquoise #BDECEB

Color information

#BDECEB (or 0xBDECEB) is unknown color: approx Pale Turquoise. HEX triplet: BD, EC and EB. RGB value is (189,236,235). Sum of RGB (Red+Green+Blue) = 189+236+235=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECEB is #421314. Grayscale: #DDDDDD. Windows color (decimal): -4330261 or 15461565. OLE color: 15461565.

HSL color Cylindrical-coordinate representation of color #BDECEB: hue angle of 178.72º 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 #BDECEB is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB189236235-
CMYK0.2000.000.07
HSL178.72º55.29%83.33%-
HSV(B)178.72º19.92%92.55%-
XYZ65.9876.8189.95-
YUV221.83135.43104.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 236 (92.58% from 255) = 35.76%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=28.64%
G=35.76%
B=35.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892362350.2000.000.07178.7255.2983.33
HexBDECEB14007b33753
Octal2753543532400726367123
Binary1011110111101100111010111010000111101100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECEB; }

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

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

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

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

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

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

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

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