Html Css Color HEX #BADEED Light Blue

📋 copy color: '#BADEED'

red 186 ◦ green 222 ◦ blue 237

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

Shades of Light Blue #BADEED

Tints of Light Blue #BADEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.42%

 BLUE value IS 237 (92.97% from 255) = 36.74%

R = 28.84%
G = 34.42%
B = 36.74%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BADEED (or 0xBADEED) is known color: Light Blue. HEX triplet: BA, DE and ED. RGB value is (186,222,237). Sum of RGB (Red+Green+Blue) = 186+222+237=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #BADEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEED is #452112. Grayscale: #D4D4D4. Windows color (decimal): -4530451 or 15589050. OLE color: 15589050.

HSL color Cylindrical-coordinate representation of color #BADEED: hue angle of 197.65º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADEED is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 222 237 -
CMYK 0.22 0.06 0 0.07
HSL 197.65º 0.59% 0.83% -
HSV(B) 197.65º 0.22% 0.93% -
XYZ 61.66 68.8 90.15 -
YUV 212.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 186 222 237 0.22 0.06 0 0.07 197.65 0.59 0.83
Hex BA DE ED 16 6 0 7 C6 3B 53
Octal 272 336 355 26 6 0 7 306 73 123
Binary 10111010 11011110 11101101 10110 110 0 111 11000110 111011 1010011

Color Harmonies of #BADEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEED

Black with #BADEED

Text Example


Text Example

White with #BADEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEED; }

 p { color: rgb(186,222,237); }

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

background-color css

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

 a { background-color: rgb(186,222,237); }

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

border-color css

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

 span { border-color: rgb(186,222,237); }

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