Html Css Color HEX #BCECE8 Pale Turquoise

📋 copy color: '#BCECE8'

red 188 ◦ green 236 ◦ blue 232

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

Shades of Pale Turquoise #BCECE8

Tints of Pale Turquoise #BCECE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.37%

R = 28.66%
G = 35.98%
B = 35.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#BCECE8 (or 0xBCECE8) is known color: Pale Turquoise. HEX triplet: BC, EC and E8. RGB value is (188,236,232). Sum of RGB (Red+Green+Blue) = 188+236+232=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECE8 is #431317. Grayscale: #DDDDDD. Windows color (decimal): -4395800 or 15264956. OLE color: 15264956.

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

Color convert

RGB 188 236 232 -
CMYK 0.20 0 0.02 0.07
HSL 175º 0.56% 0.83% -
HSV(B) 175º 0.2% 0.93% -
XYZ 65.3 76.51 87.67 -
YUV 221.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 188 236 232 0.20 0 0.02 0.07 175 0.56 0.83
Hex BC EC E8 14 0 2 7 AF 38 53
Octal 274 354 350 24 0 2 7 257 70 123
Binary 10111100 11101100 11101000 10100 0 10 111 10101111 111000 1010011

Color Harmonies of #BCECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECE8

Black with #BCECE8

Text Example


Text Example

White with #BCECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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