Html Css Color HEX #BADAEC Light Blue

📋 copy color: '#BADAEC'

red 186 ◦ green 218 ◦ blue 236

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

Shades of Light Blue #BADAEC

Tints of Light Blue #BADAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.06%

 BLUE value IS 236 (92.58% from 255) = 36.88%

R = 29.06%
G = 34.06%
B = 36.88%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BADAEC (or 0xBADAEC) is known color: Light Blue. HEX triplet: BA, DA and EC. RGB value is (186,218,236). Sum of RGB (Red+Green+Blue) = 186+218+236=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #BADAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAEC is #452513. Grayscale: #D2D2D2. Windows color (decimal): -4531476 or 15522490. OLE color: 15522490.

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

Color convert

RGB 186 218 236 -
CMYK 0.21 0.08 0 0.07
HSL 201.6º 0.57% 0.83% -
HSV(B) 201.6º 0.21% 0.93% -
XYZ 60.46 66.64 89.03 -
YUV 210.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 186 218 236 0.21 0.08 0 0.07 201.6 0.57 0.83
Hex BA DA EC 15 8 0 7 CA 39 53
Octal 272 332 354 25 10 0 7 312 71 123
Binary 10111010 11011010 11101100 10101 1000 0 111 11001010 111001 1010011

Color Harmonies of #BADAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAEC

Black with #BADAEC

Text Example


Text Example

White with #BADAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAEC; }

 p { color: rgb(186,218,236); }

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

background-color css

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

 a { background-color: rgb(186,218,236); }

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

border-color css

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

 span { border-color: rgb(186,218,236); }

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