Html Css Color HEX #BADAEE Light Blue

📋 copy color: '#BADAEE'

red 186 ◦ green 218 ◦ blue 238

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

Shades of Light Blue #BADAEE

Tints of Light Blue #BADAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.07%

R = 28.97%
G = 33.96%
B = 37.07%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BADAEE (or 0xBADAEE) is known color: Light Blue. HEX triplet: BA, DA and EE. RGB value is (186,218,238). Sum of RGB (Red+Green+Blue) = 186+218+238=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #BADAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAEE is #452511. Grayscale: #D2D2D2. Windows color (decimal): -4531474 or 15653562. OLE color: 15653562.

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

Color convert

RGB 186 218 238 -
CMYK 0.22 0.08 0 0.07
HSL 203.08º 0.6% 0.83% -
HSV(B) 203.08º 0.22% 0.93% -
XYZ 60.75 66.75 90.57 -
YUV 210.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 186 218 238 0.22 0.08 0 0.07 203.08 0.6 0.83
Hex BA DA EE 16 8 0 7 CB 3C 53
Octal 272 332 356 26 10 0 7 313 74 123
Binary 10111010 11011010 11101110 10110 1000 0 111 11001011 111100 1010011

Color Harmonies of #BADAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAEE

Black with #BADAEE

Text Example


Text Example

White with #BADAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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