#BED0FF

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

Shades of Periwinkle #BED0FF

Tints of Periwinkle #BED0FF

Color information

#BED0FF (or 0xBED0FF) is unknown color: approx Periwinkle. HEX triplet: BE, D0 and FF. RGB value is (190,208,255). Sum of RGB (Red+Green+Blue) = 190+208+255=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0FF is #412F00. Grayscale: #CFCFCF. Windows color (decimal): -4271873 or 16765118. OLE color: 16765118.

HSL color Cylindrical-coordinate representation of color #BED0FF: hue angle of 223.38º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED0FF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190208255-
CMYK0.250.1800
HSL223.38º100%87.25%-
HSV(B)223.38º25.49%100%-
XYZ61.8463.28103.56-
YUV207.98154.54115.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 208 (81.64% from 255) = 31.85%
BLUE value IS 255 (100% from 255) = 39.05%
R=29.10%
G=31.85%
B=39.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902082550.250.1800223.3810087.25
HexBED0FF191200df6457
Octal276320377312200337144127
Binary1011111011010000111111111100110010001101111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0FF; }

 p { color: rgb(190,208,255); }

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

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

 a { background-color: rgb(190,208,255); }

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

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

 span { border-color: rgb(190,208,255); }

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