Html Css Color HEX #BADAEA Light Blue

📋 copy color: '#BADAEA'

red 186 ◦ green 218 ◦ blue 234

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

Shades of Light Blue #BADAEA

Tints of Light Blue #BADAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.68%

R = 29.15%
G = 34.17%
B = 36.68%

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

#BADAEA (or 0xBADAEA) is known color: Light Blue. HEX triplet: BA, DA and EA. RGB value is (186,218,234). Sum of RGB (Red+Green+Blue) = 186+218+234=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #BADAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAEA is #452515. Grayscale: #D2D2D2. Windows color (decimal): -4531478 or 15391418. OLE color: 15391418.

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

Color convert

RGB 186 218 234 -
CMYK 0.21 0.07 0 0.08
HSL 200º 0.53% 0.82% -
HSV(B) 200º 0.21% 0.92% -
XYZ 60.17 66.52 87.51 -
YUV 210.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 186 218 234 0.21 0.07 0 0.08 200 0.53 0.82
Hex BA DA EA 15 7 0 8 C8 35 52
Octal 272 332 352 25 7 0 10 310 65 122
Binary 10111010 11011010 11101010 10101 111 0 1000 11001000 110101 1010010

Color Harmonies of #BADAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAEA

Black with #BADAEA

Text Example


Text Example

White with #BADAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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