Html Css Color HEX #BAECEC Pale Turquoise

📋 copy color: '#BAECEC'

red 186 ◦ green 236 ◦ blue 236

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

Shades of Pale Turquoise #BAECEC

Tints of Pale Turquoise #BAECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.87%

R = 28.27%
G = 35.87%
B = 35.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAECEC (or 0xBAECEC) is known color: Pale Turquoise. HEX triplet: BA, EC and EC. RGB value is (186,236,236). Sum of RGB (Red+Green+Blue) = 186+236+236=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #BAECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECEC is #451313. Grayscale: #DCDCDC. Windows color (decimal): -4526868 or 15527098. OLE color: 15527098.

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

Color convert

RGB 186 236 236 -
CMYK 0.21 0 0 0.07
HSL 180º 0.57% 0.83% -
HSV(B) 180º 0.21% 0.93% -
XYZ 65.39 76.49 90.67 -
YUV 221.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 186 236 236 0.21 0 0 0.07 180 0.57 0.83
Hex BA EC EC 15 0 0 7 B4 39 53
Octal 272 354 354 25 0 0 7 264 71 123
Binary 10111010 11101100 11101100 10101 0 0 111 10110100 111001 1010011

Color Harmonies of #BAECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECEC

Black with #BAECEC

Text Example


Text Example

White with #BAECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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