Html Css Color HEX #BADEEB Light Blue

📋 copy color: '#BADEEB'

red 186 ◦ green 222 ◦ blue 235

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

Shades of Light Blue #BADEEB

Tints of Light Blue #BADEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.55%

R = 28.93%
G = 34.53%
B = 36.55%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BADEEB (or 0xBADEEB) is known color: Light Blue. HEX triplet: BA, DE and EB. RGB value is (186,222,235). Sum of RGB (Red+Green+Blue) = 186+222+235=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #BADEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEEB is #452114. Grayscale: #D4D4D4. Windows color (decimal): -4530453 or 15457978. OLE color: 15457978.

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

Color convert

RGB 186 222 235 -
CMYK 0.21 0.06 0 0.08
HSL 195.92º 0.55% 0.83% -
HSV(B) 195.92º 0.21% 0.92% -
XYZ 61.37 68.68 88.62 -
YUV 212.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 186 222 235 0.21 0.06 0 0.08 195.92 0.55 0.83
Hex BA DE EB 15 6 0 8 C4 37 53
Octal 272 336 353 25 6 0 10 304 67 123
Binary 10111010 11011110 11101011 10101 110 0 1000 11000100 110111 1010011

Color Harmonies of #BADEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEEB

Black with #BADEEB

Text Example


Text Example

White with #BADEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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