Html Css Color HEX #BADEE8 Onahau

📋 copy color: '#BADEE8'

red 186 ◦ green 222 ◦ blue 232

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

Shades of Onahau #BADEE8

Tints of Onahau #BADEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.25%

R = 29.06%
G = 34.69%
B = 36.25%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BADEE8 (or 0xBADEE8) is known color: Onahau. HEX triplet: BA, DE and E8. RGB value is (186,222,232). Sum of RGB (Red+Green+Blue) = 186+222+232=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #BADEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEE8 is #452117. Grayscale: #D4D4D4. Windows color (decimal): -4530456 or 15261370. OLE color: 15261370.

HSL color Cylindrical-coordinate representation of color #BADEE8: hue angle of 193.04º degrees, saturation: 0.5, 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 #BADEE8 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 222 232 -
CMYK 0.20 0.04 0 0.09
HSL 193.04º 0.5% 0.82% -
HSV(B) 193.04º 0.2% 0.91% -
XYZ 60.94 68.51 86.36 -
YUV 212.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 186 222 232 0.20 0.04 0 0.09 193.04 0.5 0.82
Hex BA DE E8 14 4 0 9 C1 32 52
Octal 272 336 350 24 4 0 11 301 62 122
Binary 10111010 11011110 11101000 10100 100 0 1001 11000001 110010 1010010

Color Harmonies of #BADEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEE8

Black with #BADEE8

Text Example


Text Example

White with #BADEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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