Html Css Color HEX #BADCE6 Light Blue

📋 copy color: '#BADCE6'

red 186 ◦ green 220 ◦ blue 230

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

Shades of Light Blue #BADCE6

Tints of Light Blue #BADCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.59%

 BLUE value IS 230 (90.23% from 255) = 36.16%

R = 29.25%
G = 34.59%
B = 36.16%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BADCE6 (or 0xBADCE6) is known color: Light Blue. HEX triplet: BA, DC and E6. RGB value is (186,220,230). Sum of RGB (Red+Green+Blue) = 186+220+230=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #BADCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCE6 is #452319. Grayscale: #D2D2D2. Windows color (decimal): -4530970 or 15129786. OLE color: 15129786.

HSL color Cylindrical-coordinate representation of color #BADCE6: hue angle of 193.64º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADCE6 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 220 230 -
CMYK 0.19 0.04 0 0.10
HSL 193.64º 0.47% 0.82% -
HSV(B) 193.64º 0.19% 0.9% -
XYZ 60.13 67.34 84.69 -
YUV 210.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 186 220 230 0.19 0.04 0 0.10 193.64 0.47 0.82
Hex BA DC E6 13 4 0 A C2 2F 52
Octal 272 334 346 23 4 0 12 302 57 122
Binary 10111010 11011100 11100110 10011 100 0 1010 11000010 101111 1010010

Color Harmonies of #BADCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCE6

Black with #BADCE6

Text Example


Text Example

White with #BADCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCE6; }

 p { color: rgb(186,220,230); }

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

background-color css

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

 a { background-color: rgb(186,220,230); }

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

border-color css

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

 span { border-color: rgb(186,220,230); }

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