Html Css Color HEX #BDECEB Pale Turquoise

📋 copy color: '#BDECEB'

red 189 ◦ green 236 ◦ blue 235

#BDECEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #BDECEB

Tints of Pale Turquoise #BDECEB

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 value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#BDECEB (or 0xBDECEB) is known color: 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

RGB 189 236 235 -
CMYK 0.20 0 0.00 0.07
HSL 178.72º 0.55% 0.83% -
HSV(B) 178.72º 0.2% 0.93% -
XYZ 65.98 76.81 89.95 -
YUV 221.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 189 236 235 0.20 0 0.00 0.07 178.72 0.55 0.83
Hex BD EC EB 14 0 0 7 B3 37 53
Octal 275 354 353 24 0 0 7 263 67 123
Binary 10111101 11101100 11101011 10100 0 0 111 10110011 110111 1010011

Color Harmonies of #BDECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECEB

Black with #BDECEB

Text Example


Text Example

White with #BDECEB

Text Example


Text Example

HTML Codes & Css Web 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>