Html Css Color HEX #BAECE8 Pale Turquoise

📋 copy color: '#BAECE8'

red 186 ◦ green 236 ◦ blue 232

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

Shades of Pale Turquoise #BAECE8

Tints of Pale Turquoise #BAECE8

RGB

 RED value IS 186 (73.05% from 255) = 28.44%

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

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

R = 28.44%
G = 36.09%
B = 35.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#BAECE8 (or 0xBAECE8) is known color: Pale Turquoise. HEX triplet: BA, EC and E8. RGB value is (186,236,232). Sum of RGB (Red+Green+Blue) = 186+236+232=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECE8 is #451317. Grayscale: #DCDCDC. Windows color (decimal): -4526872 or 15264954. OLE color: 15264954.

HSL color Cylindrical-coordinate representation of color #BAECE8: hue angle of 175.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECE8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 232 -
CMYK 0.21 0 0.02 0.07
HSL 175.2º 0.57% 0.83% -
HSV(B) 175.2º 0.21% 0.93% -
XYZ 64.81 76.26 87.65 -
YUV 220.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 186 236 232 0.21 0 0.02 0.07 175.2 0.57 0.83
Hex BA EC E8 15 0 2 7 AF 39 53
Octal 272 354 350 25 0 2 7 257 71 123
Binary 10111010 11101100 11101000 10101 0 10 111 10101111 111001 1010011

Color Harmonies of #BAECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECE8

Black with #BAECE8

Text Example


Text Example

White with #BAECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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