Html Css Color HEX #BAEFF2 Pale Turquoise

📋 copy color: '#BAEFF2'

red 186 ◦ green 239 ◦ blue 242

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

Shades of Pale Turquoise #BAEFF2

Tints of Pale Turquoise #BAEFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.83%

 BLUE value IS 242 (94.92% from 255) = 36.28%

R = 27.89%
G = 35.83%
B = 36.28%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAEFF2 (or 0xBAEFF2) is known color: Pale Turquoise. HEX triplet: BA, EF and F2. RGB value is (186,239,242). Sum of RGB (Red+Green+Blue) = 186+239+242=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFF2 is #45100D. Grayscale: #DFDFDF. Windows color (decimal): -4526094 or 15921082. OLE color: 15921082.

HSL color Cylindrical-coordinate representation of color #BAEFF2: hue angle of 183.21º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAEFF2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 239 242 -
CMYK 0.23 0.01 0 0.05
HSL 183.21º 0.68% 0.84% -
HSV(B) 183.21º 0.23% 0.95% -
XYZ 67.14 78.58 95.63 -
YUV 223.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 186 239 242 0.23 0.01 0 0.05 183.21 0.68 0.84
Hex BA EF F2 17 1 0 5 B7 44 54
Octal 272 357 362 27 1 0 5 267 104 124
Binary 10111010 11101111 11110010 10111 1 0 101 10110111 1000100 1010100

Color Harmonies of #BAEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFF2

Black with #BAEFF2

Text Example


Text Example

White with #BAEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFF2; }

 p { color: rgb(186,239,242); }

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

background-color css

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

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

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

border-color css

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

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

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