Html Css Color HEX #BADEEC Light Blue

📋 copy color: '#BADEEC'

red 186 ◦ green 222 ◦ blue 236

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

Shades of Light Blue #BADEEC

Tints of Light Blue #BADEEC

RGB

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

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

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

R = 28.88%
G = 34.47%
B = 36.65%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BADEEC (or 0xBADEEC) is known color: Light Blue. HEX triplet: BA, DE and EC. RGB value is (186,222,236). Sum of RGB (Red+Green+Blue) = 186+222+236=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #BADEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEEC is #452113. Grayscale: #D4D4D4. Windows color (decimal): -4530452 or 15523514. OLE color: 15523514.

HSL color Cylindrical-coordinate representation of color #BADEEC: hue angle of 196.8º 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 #BADEEC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 222 236 -
CMYK 0.21 0.06 0 0.07
HSL 196.8º 0.57% 0.83% -
HSV(B) 196.8º 0.21% 0.93% -
XYZ 61.51 68.74 89.38 -
YUV 212.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 186 222 236 0.21 0.06 0 0.07 196.8 0.57 0.83
Hex BA DE EC 15 6 0 7 C5 39 53
Octal 272 336 354 25 6 0 7 305 71 123
Binary 10111010 11011110 11101100 10101 110 0 111 11000101 111001 1010011

Color Harmonies of #BADEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEEC

Black with #BADEEC

Text Example


Text Example

White with #BADEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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