Html Css Color HEX #BADEE9 Onahau

📋 copy color: '#BADEE9'

red 186 ◦ green 222 ◦ blue 233

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

Shades of Onahau #BADEE9

Tints of Onahau #BADEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.35%

R = 29.02%
G = 34.63%
B = 36.35%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BADEE9 (or 0xBADEE9) is known color: Onahau. HEX triplet: BA, DE and E9. RGB value is (186,222,233). Sum of RGB (Red+Green+Blue) = 186+222+233=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: blue. Hex color #BADEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEE9 is #452116. Grayscale: #D4D4D4. Windows color (decimal): -4530455 or 15326906. OLE color: 15326906.

HSL color Cylindrical-coordinate representation of color #BADEE9: hue angle of 194.04º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADEE9 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 222 233 -
CMYK 0.20 0.05 0 0.09
HSL 194.04º 0.52% 0.82% -
HSV(B) 194.04º 0.2% 0.91% -
XYZ 61.08 68.56 87.11 -
YUV 212.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 186 222 233 0.20 0.05 0 0.09 194.04 0.52 0.82
Hex BA DE E9 14 5 0 9 C2 34 52
Octal 272 336 351 24 5 0 11 302 64 122
Binary 10111010 11011110 11101001 10100 101 0 1001 11000010 110100 1010010

Color Harmonies of #BADEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEE9

Black with #BADEE9

Text Example


Text Example

White with #BADEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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