Html Css Color HEX #BADAEB Light Blue

📋 copy color: '#BADAEB'

red 186 ◦ green 218 ◦ blue 235

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

Shades of Light Blue #BADAEB

Tints of Light Blue #BADAEB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.12%

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

R = 29.11%
G = 34.12%
B = 36.78%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BADAEB (or 0xBADAEB) is known color: Light Blue. HEX triplet: BA, DA and EB. RGB value is (186,218,235). Sum of RGB (Red+Green+Blue) = 186+218+235=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #BADAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAEB is #452514. Grayscale: #D2D2D2. Windows color (decimal): -4531477 or 15456954. OLE color: 15456954.

HSL color Cylindrical-coordinate representation of color #BADAEB: hue angle of 200.82º 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 #BADAEB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 218 235 -
CMYK 0.21 0.07 0 0.08
HSL 200.82º 0.55% 0.83% -
HSV(B) 200.82º 0.21% 0.92% -
XYZ 60.32 66.58 88.27 -
YUV 210.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 186 218 235 0.21 0.07 0 0.08 200.82 0.55 0.83
Hex BA DA EB 15 7 0 8 C9 37 53
Octal 272 332 353 25 7 0 10 311 67 123
Binary 10111010 11011010 11101011 10101 111 0 1000 11001001 110111 1010011

Color Harmonies of #BADAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAEB

Black with #BADAEB

Text Example


Text Example

White with #BADAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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