Html Css Color HEX #BAEAEB Pale Turquoise

📋 copy color: '#BAEAEB'

red 186 ◦ green 234 ◦ blue 235

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

Shades of Pale Turquoise #BAEAEB

Tints of Pale Turquoise #BAEAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.88%

R = 28.4%
G = 35.73%
B = 35.88%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAEAEB (or 0xBAEAEB) is known color: Pale Turquoise. HEX triplet: BA, EA and EB. RGB value is (186,234,235). Sum of RGB (Red+Green+Blue) = 186+234+235=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAEB is #451514. Grayscale: #DBDBDB. Windows color (decimal): -4527381 or 15461050. OLE color: 15461050.

HSL color Cylindrical-coordinate representation of color #BAEAEB: hue angle of 181.22º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAEB is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 235 -
CMYK 0.21 0.00 0 0.08
HSL 181.22º 0.55% 0.83% -
HSV(B) 181.22º 0.21% 0.92% -
XYZ 64.67 75.28 89.72 -
YUV 219.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 186 234 235 0.21 0.00 0 0.08 181.22 0.55 0.83
Hex BA EA EB 15 0 0 8 B5 37 53
Octal 272 352 353 25 0 0 10 265 67 123
Binary 10111010 11101010 11101011 10101 0 0 1000 10110101 110111 1010011

Color Harmonies of #BAEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAEB

Black with #BAEAEB

Text Example


Text Example

White with #BAEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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