Html Css Color HEX #BAEDFC Onahau

📋 copy color: '#BAEDFC'

red 186 ◦ green 237 ◦ blue 252

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

Shades of Onahau #BAEDFC

Tints of Onahau #BAEDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.33%

R = 27.56%
G = 35.11%
B = 37.33%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAEDFC (or 0xBAEDFC) is known color: Onahau. HEX triplet: BA, ED and FC. RGB value is (186,237,252). Sum of RGB (Red+Green+Blue) = 186+237+252=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDFC is #451203. Grayscale: #DFDFDF. Windows color (decimal): -4526596 or 16575930. OLE color: 16575930.

HSL color Cylindrical-coordinate representation of color #BAEDFC: hue angle of 193.64º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEDFC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 237 252 -
CMYK 0.26 0.06 0 0.01
HSL 193.64º 0.92% 0.86% -
HSV(B) 193.64º 0.26% 0.99% -
XYZ 68.1 78.04 103.57 -
YUV 223.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 186 237 252 0.26 0.06 0 0.01 193.64 0.92 0.86
Hex BA ED FC 1A 6 0 1 C2 5C 56
Octal 272 355 374 32 6 0 1 302 134 126
Binary 10111010 11101101 11111100 11010 110 0 1 11000010 1011100 1010110

Color Harmonies of #BAEDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDFC

Black with #BAEDFC

Text Example


Text Example

White with #BAEDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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