Html Css Color HEX #BAEDF8 Onahau

📋 copy color: '#BAEDF8'

red 186 ◦ green 237 ◦ blue 248

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

Shades of Onahau #BAEDF8

Tints of Onahau #BAEDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.96%

R = 27.72%
G = 35.32%
B = 36.96%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BAEDF8 (or 0xBAEDF8) is known color: Onahau. HEX triplet: BA, ED and F8. RGB value is (186,237,248). Sum of RGB (Red+Green+Blue) = 186+237+248=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDF8 is #451207. Grayscale: #DEDEDE. Windows color (decimal): -4526600 or 16313786. OLE color: 16313786.

HSL color Cylindrical-coordinate representation of color #BAEDF8: hue angle of 190.65º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAEDF8 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 237 248 -
CMYK 0.25 0.04 0 0.03
HSL 190.65º 0.82% 0.85% -
HSV(B) 190.65º 0.25% 0.97% -
XYZ 67.48 77.78 100.26 -
YUV 223.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 186 237 248 0.25 0.04 0 0.03 190.65 0.82 0.85
Hex BA ED F8 19 4 0 3 BF 52 55
Octal 272 355 370 31 4 0 3 277 122 125
Binary 10111010 11101101 11111000 11001 100 0 11 10111111 1010010 1010101

Color Harmonies of #BAEDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDF8

Black with #BAEDF8

Text Example


Text Example

White with #BAEDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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