Html Css Color HEX #BCEAE9 Pale Turquoise

📋 copy color: '#BCEAE9'

red 188 ◦ green 234 ◦ blue 233

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

Shades of Pale Turquoise #BCEAE9

Tints of Pale Turquoise #BCEAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.57%

R = 28.7%
G = 35.73%
B = 35.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#BCEAE9 (or 0xBCEAE9) is known color: Pale Turquoise. HEX triplet: BC, EA and E9. RGB value is (188,234,233). Sum of RGB (Red+Green+Blue) = 188+234+233=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAE9 is #431516. Grayscale: #DCDCDC. Windows color (decimal): -4396311 or 15329980. OLE color: 15329980.

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

Color convert

RGB 188 234 233 -
CMYK 0.20 0 0.00 0.08
HSL 178.7º 0.52% 0.83% -
HSV(B) 178.7º 0.2% 0.92% -
XYZ 64.87 75.42 88.23 -
YUV 220.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 188 234 233 0.20 0 0.00 0.08 178.7 0.52 0.83
Hex BC EA E9 14 0 0 8 B3 34 53
Octal 274 352 351 24 0 0 10 263 64 123
Binary 10111100 11101010 11101001 10100 0 0 1000 10110011 110100 1010011

Color Harmonies of #BCEAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAE9

Black with #BCEAE9

Text Example


Text Example

White with #BCEAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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