#BADCEF

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

Shades of Light Blue #BADCEF

Tints of Light Blue #BADCEF

Color information

#BADCEF (or 0xBADCEF) is unknown color: approx Light Blue. HEX triplet: BA, DC and EF. RGB value is (186,220,239). Sum of RGB (Red+Green+Blue) = 186+220+239=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #BADCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCEF is #452310. Grayscale: #D3D3D3. Windows color (decimal): -4530961 or 15719610. OLE color: 15719610.

HSL color Cylindrical-coordinate representation of color #BADCEF: hue angle of 201.51º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADCEF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186220239-
CMYK0.220.0800.06
HSL201.51º62.35%83.33%-
HSV(B)201.51º22.18%93.73%-
XYZ61.4267.8691.52-
YUV212143.24109.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.84%
GREEN value IS 220 (86.33% from 255) = 34.11%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=28.84%
G=34.11%
B=37.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862202390.220.0800.06201.5162.3583.33
HexBADCEF16806ca3e53
Octal27233435726100631276123
Binary1011101011011100111011111011010000110110010101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCEF; }

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

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

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

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

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

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

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

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