#BDCFFA

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

Shades of Periwinkle #BDCFFA

Tints of Periwinkle #BDCFFA

Color information

#BDCFFA (or 0xBDCFFA) is unknown color: approx Periwinkle. HEX triplet: BD, CF and FA. RGB value is (189,207,250). Sum of RGB (Red+Green+Blue) = 189+207+250=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDCFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFFA is #423005. Grayscale: #CECECE. Windows color (decimal): -4337670 or 16437181. OLE color: 16437181.

HSL color Cylindrical-coordinate representation of color #BDCFFA: hue angle of 222.3º degrees, saturation: 0.86, 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 #BDCFFA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189207250-
CMYK0.240.1700.02
HSL222.3º85.92%86.08%-
HSV(B)222.3º24.4%98.04%-
XYZ60.5562.3599.29-
YUV206.52152.54115.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=29.26%
G=32.04%
B=38.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892072500.240.1700.02222.385.9286.08
HexBDCFFA181102de5656
Octal275317372302102336126126
Binary10111101110011111111101011000100010101101111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFFA; }

 p { color: rgb(189,207,250); }

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

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

 a { background-color: rgb(189,207,250); }

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

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

 span { border-color: rgb(189,207,250); }

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