Html Css Color HEX #BAECEE Pale Turquoise

📋 copy color: '#BAECEE'

red 186 ◦ green 236 ◦ blue 238

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

Shades of Pale Turquoise #BAECEE

Tints of Pale Turquoise #BAECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.06%

R = 28.18%
G = 35.76%
B = 36.06%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAECEE (or 0xBAECEE) is known color: Pale Turquoise. HEX triplet: BA, EC and EE. RGB value is (186,236,238). Sum of RGB (Red+Green+Blue) = 186+236+238=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECEE is #451311. Grayscale: #DDDDDD. Windows color (decimal): -4526866 or 15658170. OLE color: 15658170.

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

Color convert

RGB 186 236 238 -
CMYK 0.22 0.01 0 0.07
HSL 182.31º 0.6% 0.83% -
HSV(B) 182.31º 0.22% 0.93% -
XYZ 65.68 76.6 92.21 -
YUV 221.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 186 236 238 0.22 0.01 0 0.07 182.31 0.6 0.83
Hex BA EC EE 16 1 0 7 B6 3C 53
Octal 272 354 356 26 1 0 7 266 74 123
Binary 10111010 11101100 11101110 10110 1 0 111 10110110 111100 1010011

Color Harmonies of #BAECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECEE

Black with #BAECEE

Text Example


Text Example

White with #BAECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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