Html Css Color HEX #BADEEA Onahau

📋 copy color: '#BADEEA'

red 186 ◦ green 222 ◦ blue 234

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

Shades of Onahau #BADEEA

Tints of Onahau #BADEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.58%

 BLUE value IS 234 (91.8% from 255) = 36.45%

R = 28.97%
G = 34.58%
B = 36.45%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BADEEA (or 0xBADEEA) is known color: Onahau. HEX triplet: BA, DE and EA. RGB value is (186,222,234). Sum of RGB (Red+Green+Blue) = 186+222+234=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #BADEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEEA is #452115. Grayscale: #D4D4D4. Windows color (decimal): -4530454 or 15392442. OLE color: 15392442.

HSL color Cylindrical-coordinate representation of color #BADEEA: hue angle of 195º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADEEA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 222 234 -
CMYK 0.21 0.05 0 0.08
HSL 195º 0.53% 0.82% -
HSV(B) 195º 0.21% 0.92% -
XYZ 61.22 68.62 87.86 -
YUV 212.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 186 222 234 0.21 0.05 0 0.08 195 0.53 0.82
Hex BA DE EA 15 5 0 8 C3 35 52
Octal 272 336 352 25 5 0 10 303 65 122
Binary 10111010 11011110 11101010 10101 101 0 1000 11000011 110101 1010010

Color Harmonies of #BADEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEEA

Black with #BADEEA

Text Example


Text Example

White with #BADEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEEA; }

 p { color: rgb(186,222,234); }

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

background-color css

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

 a { background-color: rgb(186,222,234); }

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

border-color css

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

 span { border-color: rgb(186,222,234); }

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