Html Css Color HEX #BAEDFA Onahau

📋 copy color: '#BAEDFA'

red 186 ◦ green 237 ◦ blue 250

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

Shades of Onahau #BAEDFA

Tints of Onahau #BAEDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.15%

R = 27.64%
G = 35.22%
B = 37.15%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAEDFA (or 0xBAEDFA) is known color: Onahau. HEX triplet: BA, ED and FA. RGB value is (186,237,250). Sum of RGB (Red+Green+Blue) = 186+237+250=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDFA is #451205. Grayscale: #DFDFDF. Windows color (decimal): -4526598 or 16444858. OLE color: 16444858.

HSL color Cylindrical-coordinate representation of color #BAEDFA: hue angle of 192.19º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEDFA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 237 250 -
CMYK 0.26 0.05 0 0.02
HSL 192.19º 0.86% 0.85% -
HSV(B) 192.19º 0.26% 0.98% -
XYZ 67.79 77.91 101.91 -
YUV 223.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 186 237 250 0.26 0.05 0 0.02 192.19 0.86 0.85
Hex BA ED FA 1A 5 0 2 C0 56 55
Octal 272 355 372 32 5 0 2 300 126 125
Binary 10111010 11101101 11111010 11010 101 0 10 11000000 1010110 1010101

Color Harmonies of #BAEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDFA

Black with #BAEDFA

Text Example


Text Example

White with #BAEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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