Html Css Color HEX #BADDF0 Light Blue

📋 copy color: '#BADDF0'

red 186 ◦ green 221 ◦ blue 240

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

Shades of Light Blue #BADDF0

Tints of Light Blue #BADDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.09%

R = 28.75%
G = 34.16%
B = 37.09%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BADDF0 (or 0xBADDF0) is known color: Light Blue. HEX triplet: BA, DD and F0. RGB value is (186,221,240). Sum of RGB (Red+Green+Blue) = 186+221+240=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #BADDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDF0 is #45220F. Grayscale: #D4D4D4. Windows color (decimal): -4530704 or 15785402. OLE color: 15785402.

HSL color Cylindrical-coordinate representation of color #BADDF0: hue angle of 201.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADDF0 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 221 240 -
CMYK 0.22 0.08 0 0.06
HSL 201.11º 0.64% 0.84% -
HSV(B) 201.11º 0.23% 0.94% -
XYZ 61.83 68.44 92.39 -
YUV 212.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 186 221 240 0.22 0.08 0 0.06 201.11 0.64 0.84
Hex BA DD F0 16 8 0 6 C9 40 54
Octal 272 335 360 26 10 0 6 311 100 124
Binary 10111010 11011101 11110000 10110 1000 0 110 11001001 1000000 1010100

Color Harmonies of #BADDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDF0

Black with #BADDF0

Text Example


Text Example

White with #BADDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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