Html Css Color HEX #BAEDF9 Onahau

📋 copy color: '#BAEDF9'

red 186 ◦ green 237 ◦ blue 249

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

Shades of Onahau #BAEDF9

Tints of Onahau #BAEDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.05%

R = 27.68%
G = 35.27%
B = 37.05%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAEDF9 (or 0xBAEDF9) is known color: Onahau. HEX triplet: BA, ED and F9. RGB value is (186,237,249). Sum of RGB (Red+Green+Blue) = 186+237+249=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDF9 is #451206. Grayscale: #DFDFDF. Windows color (decimal): -4526599 or 16379322. OLE color: 16379322.

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

Color convert

RGB 186 237 249 -
CMYK 0.25 0.05 0 0.02
HSL 191.43º 0.84% 0.85% -
HSV(B) 191.43º 0.25% 0.98% -
XYZ 67.63 77.85 101.08 -
YUV 223.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 186 237 249 0.25 0.05 0 0.02 191.43 0.84 0.85
Hex BA ED F9 19 5 0 2 BF 54 55
Octal 272 355 371 31 5 0 2 277 124 125
Binary 10111010 11101101 11111001 11001 101 0 10 10111111 1010100 1010101

Color Harmonies of #BAEDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDF9

Black with #BAEDF9

Text Example


Text Example

White with #BAEDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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