Html Css Color HEX #BCEBEA Pale Turquoise

📋 copy color: '#BCEBEA'

red 188 ◦ green 235 ◦ blue 234

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

Shades of Pale Turquoise #BCEBEA

Tints of Pale Turquoise #BCEBEA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.77%

 BLUE value IS 234 (91.8% from 255) = 35.62%

R = 28.61%
G = 35.77%
B = 35.62%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#BCEBEA (or 0xBCEBEA) is known color: Pale Turquoise. HEX triplet: BC, EB and EA. RGB value is (188,235,234). Sum of RGB (Red+Green+Blue) = 188+235+234=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBEA is #431415. Grayscale: #DCDCDC. Windows color (decimal): -4396054 or 15395772. OLE color: 15395772.

HSL color Cylindrical-coordinate representation of color #BCEBEA: hue angle of 178.72º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBEA is Cyan = 0.2, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 234 -
CMYK 0.2 0 0.00 0.08
HSL 178.72º 0.54% 0.83% -
HSV(B) 178.72º 0.2% 0.92% -
XYZ 65.3 76.05 89.08 -
YUV 220.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 188 235 234 0.2 0 0.00 0.08 178.72 0.54 0.83
Hex BC EB EA 14 0 0 8 B3 36 53
Octal 274 353 352 24 0 0 10 263 66 123
Binary 10111100 11101011 11101010 10100 0 0 1000 10110011 110110 1010011

Color Harmonies of #BCEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBEA

Black with #BCEBEA

Text Example


Text Example

White with #BCEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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