Html Css Color HEX #BAD7EA Light Blue

📋 copy color: '#BAD7EA'

red 186 ◦ green 215 ◦ blue 234

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

Shades of Light Blue #BAD7EA

Tints of Light Blue #BAD7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.86%

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 29.29%
G = 33.86%
B = 36.85%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAD7EA (or 0xBAD7EA) is known color: Light Blue. HEX triplet: BA, D7 and EA. RGB value is (186,215,234). Sum of RGB (Red+Green+Blue) = 186+215+234=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD7EA is #452815. Grayscale: #D0D0D0. Windows color (decimal): -4532246 or 15390650. OLE color: 15390650.

HSL color Cylindrical-coordinate representation of color #BAD7EA: hue angle of 203.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAD7EA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 215 234 -
CMYK 0.21 0.08 0 0.08
HSL 203.75º 0.53% 0.82% -
HSV(B) 203.75º 0.21% 0.92% -
XYZ 59.4 64.98 87.25 -
YUV 208.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 186 215 234 0.21 0.08 0 0.08 203.75 0.53 0.82
Hex BA D7 EA 15 8 0 8 CC 35 52
Octal 272 327 352 25 10 0 10 314 65 122
Binary 10111010 11010111 11101010 10101 1000 0 1000 11001100 110101 1010010

Color Harmonies of #BAD7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD7EA

Black with #BAD7EA

Text Example


Text Example

White with #BAD7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD7EA; }

 p { color: rgb(186,215,234); }

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

background-color css

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

 a { background-color: rgb(186,215,234); }

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

border-color css

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

 span { border-color: rgb(186,215,234); }

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