Html Css Color HEX #BADBE5 Light Blue

📋 copy color: '#BADBE5'

red 186 ◦ green 219 ◦ blue 229

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

Shades of Light Blue #BADBE5

Tints of Light Blue #BADBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.12%

R = 29.34%
G = 34.54%
B = 36.12%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BADBE5 (or 0xBADBE5) is known color: Light Blue. HEX triplet: BA, DB and E5. RGB value is (186,219,229). Sum of RGB (Red+Green+Blue) = 186+219+229=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #BADBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBE5 is #45241A. Grayscale: #D2D2D2. Windows color (decimal): -4531227 or 15063994. OLE color: 15063994.

HSL color Cylindrical-coordinate representation of color #BADBE5: hue angle of 193.95º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADBE5 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 219 229 -
CMYK 0.19 0.04 0 0.10
HSL 193.95º 0.45% 0.81% -
HSV(B) 193.95º 0.19% 0.9% -
XYZ 59.72 66.76 83.87 -
YUV 210.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 186 219 229 0.19 0.04 0 0.10 193.95 0.45 0.81
Hex BA DB E5 13 4 0 A C2 2D 51
Octal 272 333 345 23 4 0 12 302 55 121
Binary 10111010 11011011 11100101 10011 100 0 1010 11000010 101101 1010001

Color Harmonies of #BADBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBE5

Black with #BADBE5

Text Example


Text Example

White with #BADBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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