Html Css Color HEX #BCECEB Pale Turquoise

📋 copy color: '#BCECEB'

red 188 ◦ green 236 ◦ blue 235

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

Shades of Pale Turquoise #BCECEB

Tints of Pale Turquoise #BCECEB

RGB

 RED value IS 188 (73.83% from 255) = 28.53%

 GREEN value IS 236 (92.58% from 255) = 35.81%

 BLUE value IS 235 (92.19% from 255) = 35.66%

R = 28.53%
G = 35.81%
B = 35.66%

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

#BCECEB (or 0xBCECEB) is known color: Pale Turquoise. HEX triplet: BC, EC and EB. RGB value is (188,236,235). Sum of RGB (Red+Green+Blue) = 188+236+235=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECEB is #431314. Grayscale: #DDDDDD. Windows color (decimal): -4395797 or 15461564. OLE color: 15461564.

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

Color convert

RGB 188 236 235 -
CMYK 0.20 0 0.00 0.07
HSL 178.75º 0.56% 0.83% -
HSV(B) 178.75º 0.2% 0.93% -
XYZ 65.73 76.68 89.93 -
YUV 221.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 188 236 235 0.20 0 0.00 0.07 178.75 0.56 0.83
Hex BC EC EB 14 0 0 7 B3 38 53
Octal 274 354 353 24 0 0 7 263 70 123
Binary 10111100 11101100 11101011 10100 0 0 111 10110011 111000 1010011

Color Harmonies of #BCECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECEB

Black with #BCECEB

Text Example


Text Example

White with #BCECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECEB; }

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

 H1.HeaderClassName
 {
   color: #BCECEB;
 }
 .AnyTagClassName
 {
   color: #BCECEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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