#BADCEA

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

Shades of Light Blue #BADCEA

Tints of Light Blue #BADCEA

Color information

#BADCEA (or 0xBADCEA) is unknown color: approx Light Blue. HEX triplet: BA, DC and EA. RGB value is (186,220,234). Sum of RGB (Red+Green+Blue) = 186+220+234=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #BADCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCEA is #452315. Grayscale: #D3D3D3. Windows color (decimal): -4530966 or 15391930. OLE color: 15391930.

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

Color convert

RGB186220234-
CMYK0.210.0600.08
HSL197.5º53.33%82.35%-
HSV(B)197.5º20.51%91.76%-
XYZ60.6967.5787.68-
YUV211.43140.74109.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=29.06%
G=34.38%
B=36.56%

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
Decimal1862202340.210.0600.08197.553.3382.35
HexBADCEA15608c63552
Octal27233435225601030665122
Binary1011101011011100111010101010111001000110001101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCEA; }

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

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

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

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

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

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

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

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