Html Css Color HEX #BCEAE8 Pale Turquoise

📋 copy color: '#BCEAE8'

red 188 ◦ green 234 ◦ blue 232

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

Shades of Pale Turquoise #BCEAE8

Tints of Pale Turquoise #BCEAE8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.78%

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

R = 28.75%
G = 35.78%
B = 35.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#BCEAE8 (or 0xBCEAE8) is known color: Pale Turquoise. HEX triplet: BC, EA and E8. RGB value is (188,234,232). Sum of RGB (Red+Green+Blue) = 188+234+232=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAE8 is #431517. Grayscale: #DBDBDB. Windows color (decimal): -4396312 or 15264444. OLE color: 15264444.

HSL color Cylindrical-coordinate representation of color #BCEAE8: hue angle of 177.39º degrees, saturation: 0.52, 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 #BCEAE8 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 232 -
CMYK 0.20 0 0.01 0.08
HSL 177.39º 0.52% 0.83% -
HSV(B) 177.39º 0.2% 0.92% -
XYZ 64.73 75.36 87.48 -
YUV 220.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 188 234 232 0.20 0 0.01 0.08 177.39 0.52 0.83
Hex BC EA E8 14 0 1 8 B1 34 53
Octal 274 352 350 24 0 1 10 261 64 123
Binary 10111100 11101010 11101000 10100 0 1 1000 10110001 110100 1010011

Color Harmonies of #BCEAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAE8

Black with #BCEAE8

Text Example


Text Example

White with #BCEAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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