Html Css Color HEX #BADFEB Onahau

📋 copy color: '#BADFEB'

red 186 ◦ green 223 ◦ blue 235

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

Shades of Onahau #BADFEB

Tints of Onahau #BADFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.49%

R = 28.88%
G = 34.63%
B = 36.49%

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

#BADFEB (or 0xBADFEB) is known color: Onahau. HEX triplet: BA, DF and EB. RGB value is (186,223,235). Sum of RGB (Red+Green+Blue) = 186+223+235=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #BADFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFEB is #452014. Grayscale: #D5D5D5. Windows color (decimal): -4530197 or 15458234. OLE color: 15458234.

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

Color convert

RGB 186 223 235 -
CMYK 0.21 0.05 0 0.08
HSL 194.69º 0.55% 0.83% -
HSV(B) 194.69º 0.21% 0.92% -
XYZ 61.63 69.21 88.71 -
YUV 213.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 186 223 235 0.21 0.05 0 0.08 194.69 0.55 0.83
Hex BA DF EB 15 5 0 8 C3 37 53
Octal 272 337 353 25 5 0 10 303 67 123
Binary 10111010 11011111 11101011 10101 101 0 1000 11000011 110111 1010011

Color Harmonies of #BADFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFEB

Black with #BADFEB

Text Example


Text Example

White with #BADFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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