Html Css Color HEX #BAD4E6 Light Blue

📋 copy color: '#BAD4E6'

red 186 ◦ green 212 ◦ blue 230

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

Shades of Light Blue #BAD4E6

Tints of Light Blue #BAD4E6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.76%

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

R = 29.62%
G = 33.76%
B = 36.62%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAD4E6 (or 0xBAD4E6) is known color: Light Blue. HEX triplet: BA, D4 and E6. RGB value is (186,212,230). Sum of RGB (Red+Green+Blue) = 186+212+230=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAD4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4E6 is #452B19. Grayscale: #CECECE. Windows color (decimal): -4533018 or 15127738. OLE color: 15127738.

HSL color Cylindrical-coordinate representation of color #BAD4E6: hue angle of 204.55º 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 #BAD4E6 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 212 230 -
CMYK 0.19 0.08 0 0.10
HSL 204.55º 0.47% 0.82% -
HSV(B) 204.55º 0.19% 0.9% -
XYZ 58.08 63.24 84.01 -
YUV 206.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 186 212 230 0.19 0.08 0 0.10 204.55 0.47 0.82
Hex BA D4 E6 13 8 0 A CD 2F 52
Octal 272 324 346 23 10 0 12 315 57 122
Binary 10111010 11010100 11100110 10011 1000 0 1010 11001101 101111 1010010

Color Harmonies of #BAD4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD4E6

Black with #BAD4E6

Text Example


Text Example

White with #BAD4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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