#BED6FB

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

Shades of Periwinkle #BED6FB

Tints of Periwinkle #BED6FB

Color information

#BED6FB (or 0xBED6FB) is unknown color: approx Periwinkle. HEX triplet: BE, D6 and FB. RGB value is (190,214,251). Sum of RGB (Red+Green+Blue) = 190+214+251=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #BED6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6FB is #412904. Grayscale: #D2D2D2. Windows color (decimal): -4270341 or 16504510. OLE color: 16504510.

HSL color Cylindrical-coordinate representation of color #BED6FB: hue angle of 216.39º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED6FB is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190214251-
CMYK0.240.1500.02
HSL216.39º88.41%86.47%-
HSV(B)216.39º24.3%98.43%-
XYZ62.6966.01100.7-
YUV211.04150.55112.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=29.01%
G=32.67%
B=38.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902142510.240.1500.02216.3988.4186.47
HexBED6FB18F02d85856
Octal276326373301702330130126
Binary1011111011010110111110111100011110101101100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6FB; }

 p { color: rgb(190,214,251); }

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

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

 a { background-color: rgb(190,214,251); }

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

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

 span { border-color: rgb(190,214,251); }

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