#BDC8EF

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

Shades of Periwinkle #BDC8EF

Tints of Periwinkle #BDC8EF

Color information

#BDC8EF (or 0xBDC8EF) is unknown color: approx Periwinkle. HEX triplet: BD, C8 and EF. RGB value is (189,200,239). Sum of RGB (Red+Green+Blue) = 189+200+239=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8EF is #423710. Grayscale: #C8C8C8. Windows color (decimal): -4339473 or 15714493. OLE color: 15714493.

HSL color Cylindrical-coordinate representation of color #BDC8EF: hue angle of 226.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC8EF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189200239-
CMYK0.210.1600.06
HSL226.8º60.98%83.92%-
HSV(B)226.8º20.92%93.73%-
XYZ57.2258.3689.91-
YUV201.16149.36119.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 200 (78.52% from 255) = 31.85%
BLUE value IS 239 (93.75% from 255) = 38.06%
R=30.10%
G=31.85%
B=38.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892002390.210.1600.06226.860.9883.92
HexBDC8EF151006e33d54
Octal27531035725200634375124
Binary10111101110010001110111110101100000110111000111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8EF; }

 p { color: rgb(189,200,239); }

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

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

 a { background-color: rgb(189,200,239); }

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

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

 span { border-color: rgb(189,200,239); }

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