#BADCEB

Color #BADCEB Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BADCEB

Tints of Light Blue #BADCEB

Color information

#BADCEB (or 0xBADCEB) is unknown color: approx Light Blue. HEX triplet: BA, DC and EB. RGB value is (186,220,235). Sum of RGB (Red+Green+Blue) = 186+220+235=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #BADCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCEB is #452314. Grayscale: #D3D3D3. Windows color (decimal): -4530965 or 15457466. OLE color: 15457466.

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

Color convert

RGB186220235-
CMYK0.210.0600.08
HSL198.37º55.06%82.55%-
HSV(B)198.37º20.85%92.16%-
XYZ60.8467.6288.44-
YUV211.54141.24109.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=29.02%
G=34.32%
B=36.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862202350.210.0600.08198.3755.0682.55
HexBADCEB15608c63753
Octal27233435325601030667123
Binary1011101011011100111010111010111001000110001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCEB; }

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

 H1.HeaderClassName
 {
   color: #BADCEB;
 }
 .AnyTagClassName
 {
   color: #BADCEB;
 }
</style>
background-color css

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

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

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

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

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

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