Html Css Color HEX #BADDE9 Light Blue

📋 copy color: '#BADDE9'

red 186 ◦ green 221 ◦ blue 233

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

Shades of Light Blue #BADDE9

Tints of Light Blue #BADDE9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.53%

 BLUE value IS 233 (91.41% from 255) = 36.41%

R = 29.06%
G = 34.53%
B = 36.41%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BADDE9 (or 0xBADDE9) is known color: Light Blue. HEX triplet: BA, DD and E9. RGB value is (186,221,233). Sum of RGB (Red+Green+Blue) = 186+221+233=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #BADDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDE9 is #452216. Grayscale: #D3D3D3. Windows color (decimal): -4530711 or 15326650. OLE color: 15326650.

HSL color Cylindrical-coordinate representation of color #BADDE9: hue angle of 195.32º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADDE9 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 221 233 -
CMYK 0.20 0.05 0 0.09
HSL 195.32º 0.52% 0.82% -
HSV(B) 195.32º 0.2% 0.91% -
XYZ 60.81 68.04 87.02 -
YUV 211.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 186 221 233 0.20 0.05 0 0.09 195.32 0.52 0.82
Hex BA DD E9 14 5 0 9 C3 34 52
Octal 272 335 351 24 5 0 11 303 64 122
Binary 10111010 11011101 11101001 10100 101 0 1001 11000011 110100 1010010

Color Harmonies of #BADDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDE9

Black with #BADDE9

Text Example


Text Example

White with #BADDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDE9; }

 p { color: rgb(186,221,233); }

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

background-color css

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

 a { background-color: rgb(186,221,233); }

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

border-color css

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

 span { border-color: rgb(186,221,233); }

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