Html Css Color HEX #BAEDF5 Onahau

📋 copy color: '#BAEDF5'

red 186 ◦ green 237 ◦ blue 245

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

Shades of Onahau #BAEDF5

Tints of Onahau #BAEDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.68%

R = 27.84%
G = 35.48%
B = 36.68%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAEDF5 (or 0xBAEDF5) is known color: Onahau. HEX triplet: BA, ED and F5. RGB value is (186,237,245). Sum of RGB (Red+Green+Blue) = 186+237+245=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDF5 is #45120A. Grayscale: #DEDEDE. Windows color (decimal): -4526603 or 16117178. OLE color: 16117178.

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

Color convert

RGB 186 237 245 -
CMYK 0.24 0.03 0 0.04
HSL 188.14º 0.75% 0.85% -
HSV(B) 188.14º 0.24% 0.96% -
XYZ 67.02 77.6 97.83 -
YUV 222.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 186 237 245 0.24 0.03 0 0.04 188.14 0.75 0.85
Hex BA ED F5 18 3 0 4 BC 4B 55
Octal 272 355 365 30 3 0 4 274 113 125
Binary 10111010 11101101 11110101 11000 11 0 100 10111100 1001011 1010101

Color Harmonies of #BAEDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDF5

Black with #BAEDF5

Text Example


Text Example

White with #BAEDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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