Html Css Color HEX #BADBEC Light Blue

📋 copy color: '#BADBEC'

red 186 ◦ green 219 ◦ blue 236

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

Shades of Light Blue #BADBEC

Tints of Light Blue #BADBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.17%

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

R = 29.02%
G = 34.17%
B = 36.82%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BADBEC (or 0xBADBEC) is known color: Light Blue. HEX triplet: BA, DB and EC. RGB value is (186,219,236). Sum of RGB (Red+Green+Blue) = 186+219+236=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #BADBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBEC is #452413. Grayscale: #D2D2D2. Windows color (decimal): -4531220 or 15522746. OLE color: 15522746.

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

Color convert

RGB 186 219 236 -
CMYK 0.21 0.07 0 0.07
HSL 200.4º 0.57% 0.83% -
HSV(B) 200.4º 0.21% 0.93% -
XYZ 60.72 67.16 89.12 -
YUV 211.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 186 219 236 0.21 0.07 0 0.07 200.4 0.57 0.83
Hex BA DB EC 15 7 0 7 C8 39 53
Octal 272 333 354 25 7 0 7 310 71 123
Binary 10111010 11011011 11101100 10101 111 0 111 11001000 111001 1010011

Color Harmonies of #BADBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBEC

Black with #BADBEC

Text Example


Text Example

White with #BADBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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