Html Css Color HEX #BAECEA Pale Turquoise

📋 copy color: '#BAECEA'

red 186 ◦ green 236 ◦ blue 234

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

Shades of Pale Turquoise #BAECEA

Tints of Pale Turquoise #BAECEA

RGB

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

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

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

R = 28.35%
G = 35.98%
B = 35.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#BAECEA (or 0xBAECEA) is known color: Pale Turquoise. HEX triplet: BA, EC and EA. RGB value is (186,236,234). Sum of RGB (Red+Green+Blue) = 186+236+234=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECEA is #451315. Grayscale: #DCDCDC. Windows color (decimal): -4526870 or 15396026. OLE color: 15396026.

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

Color convert

RGB 186 236 234 -
CMYK 0.21 0 0.01 0.07
HSL 177.6º 0.57% 0.83% -
HSV(B) 177.6º 0.21% 0.93% -
XYZ 65.1 76.37 89.15 -
YUV 220.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 186 236 234 0.21 0 0.01 0.07 177.6 0.57 0.83
Hex BA EC EA 15 0 1 7 B2 39 53
Octal 272 354 352 25 0 1 7 262 71 123
Binary 10111010 11101100 11101010 10101 0 1 111 10110010 111001 1010011

Color Harmonies of #BAECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECEA

Black with #BAECEA

Text Example


Text Example

White with #BAECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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