Html Css Color HEX #BAEDF1 Pale Turquoise

📋 copy color: '#BAEDF1'

red 186 ◦ green 237 ◦ blue 241

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

Shades of Pale Turquoise #BAEDF1

Tints of Pale Turquoise #BAEDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.69%

 BLUE value IS 241 (94.53% from 255) = 36.3%

R = 28.01%
G = 35.69%
B = 36.3%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAEDF1 (or 0xBAEDF1) is known color: Pale Turquoise. HEX triplet: BA, ED and F1. RGB value is (186,237,241). Sum of RGB (Red+Green+Blue) = 186+237+241=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDF1 is #45120E. Grayscale: #DEDEDE. Windows color (decimal): -4526607 or 15855034. OLE color: 15855034.

HSL color Cylindrical-coordinate representation of color #BAEDF1: hue angle of 184.36º degrees, saturation: 0.66, 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 #BAEDF1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 237 241 -
CMYK 0.23 0.02 0 0.05
HSL 184.36º 0.66% 0.84% -
HSV(B) 184.36º 0.23% 0.95% -
XYZ 66.41 77.36 94.65 -
YUV 222.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 186 237 241 0.23 0.02 0 0.05 184.36 0.66 0.84
Hex BA ED F1 17 2 0 5 B8 42 54
Octal 272 355 361 27 2 0 5 270 102 124
Binary 10111010 11101101 11110001 10111 10 0 101 10111000 1000010 1010100

Color Harmonies of #BAEDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDF1

Black with #BAEDF1

Text Example


Text Example

White with #BAEDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDF1; }

 p { color: rgb(186,237,241); }

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

background-color css

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

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

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

border-color css

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

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

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