Html Css Color HEX #BADFEE Onahau

📋 copy color: '#BADFEE'

red 186 ◦ green 223 ◦ blue 238

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

Shades of Onahau #BADFEE

Tints of Onahau #BADFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.47%

 BLUE value IS 238 (93.36% from 255) = 36.79%

R = 28.75%
G = 34.47%
B = 36.79%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BADFEE (or 0xBADFEE) is known color: Onahau. HEX triplet: BA, DF and EE. RGB value is (186,223,238). Sum of RGB (Red+Green+Blue) = 186+223+238=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #BADFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFEE is #452011. Grayscale: #D5D5D5. Windows color (decimal): -4530194 or 15654842. OLE color: 15654842.

HSL color Cylindrical-coordinate representation of color #BADFEE: hue angle of 197.31º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADFEE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 223 238 -
CMYK 0.22 0.06 0 0.07
HSL 197.31º 0.6% 0.83% -
HSV(B) 197.31º 0.22% 0.93% -
XYZ 62.07 69.39 91.01 -
YUV 213.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 186 223 238 0.22 0.06 0 0.07 197.31 0.6 0.83
Hex BA DF EE 16 6 0 7 C5 3C 53
Octal 272 337 356 26 6 0 7 305 74 123
Binary 10111010 11011111 11101110 10110 110 0 111 11000101 111100 1010011

Color Harmonies of #BADFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFEE

Black with #BADFEE

Text Example


Text Example

White with #BADFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFEE; }

 p { color: rgb(186,223,238); }

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

background-color css

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

 a { background-color: rgb(186,223,238); }

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

border-color css

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

 span { border-color: rgb(186,223,238); }

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