#BECED4

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

Shades of Light Blue #BECED4

Tints of Light Blue #BECED4

Color information

#BECED4 (or 0xBECED4) is unknown color: approx Light Blue. HEX triplet: BE, CE and D4. RGB value is (190,206,212). Sum of RGB (Red+Green+Blue) = 190+206+212=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #BECED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED4 is #41312B. Grayscale: #C9C9C9. Windows color (decimal): -4272428 or 13946558. OLE color: 13946558.

HSL color Cylindrical-coordinate representation of color #BECED4: hue angle of 196.36º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECED4 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190206212-
CMYK0.100.0300.17
HSL196.36º20.37%78.82%-
HSV(B)196.36º10.38%83.14%-
XYZ55.1959.8470.93-
YUV201.9133.7119.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=31.25%
G=33.88%
B=34.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902062120.100.0300.17196.3620.3778.82
HexBECED4A3011c4144f
Octal27631632412302130424117
Binary10111110110011101101010010101101000111000100101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECED4; }

 p { color: rgb(190,206,212); }

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

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

 a { background-color: rgb(190,206,212); }

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

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

 span { border-color: rgb(190,206,212); }

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