Html Css Color HEX #BAD5E6 Light Blue

📋 copy color: '#BAD5E6'

red 186 ◦ green 213 ◦ blue 230

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

Shades of Light Blue #BAD5E6

Tints of Light Blue #BAD5E6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.86%

 BLUE value IS 230 (90.23% from 255) = 36.57%

R = 29.57%
G = 33.86%
B = 36.57%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAD5E6 (or 0xBAD5E6) is known color: Light Blue. HEX triplet: BA, D5 and E6. RGB value is (186,213,230). Sum of RGB (Red+Green+Blue) = 186+213+230=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAD5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5E6 is #452A19. Grayscale: #CECECE. Windows color (decimal): -4532762 or 15127994. OLE color: 15127994.

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

Color convert

RGB 186 213 230 -
CMYK 0.19 0.07 0 0.10
HSL 203.18º 0.47% 0.82% -
HSV(B) 203.18º 0.19% 0.9% -
XYZ 58.33 63.74 84.09 -
YUV 206.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 186 213 230 0.19 0.07 0 0.10 203.18 0.47 0.82
Hex BA D5 E6 13 7 0 A CB 2F 52
Octal 272 325 346 23 7 0 12 313 57 122
Binary 10111010 11010101 11100110 10011 111 0 1010 11001011 101111 1010010

Color Harmonies of #BAD5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5E6

Black with #BAD5E6

Text Example


Text Example

White with #BAD5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5E6; }

 p { color: rgb(186,213,230); }

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

background-color css

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

 a { background-color: rgb(186,213,230); }

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

border-color css

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

 span { border-color: rgb(186,213,230); }

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