#BDC8EE

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

Shades of Periwinkle #BDC8EE

Tints of Periwinkle #BDC8EE

Color information

#BDC8EE (or 0xBDC8EE) is unknown color: approx Periwinkle. HEX triplet: BD, C8 and EE. RGB value is (189,200,238). Sum of RGB (Red+Green+Blue) = 189+200+238=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8EE is #423711. Grayscale: #C8C8C8. Windows color (decimal): -4339474 or 15648957. OLE color: 15648957.

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

Color convert

RGB189200238-
CMYK0.210.1600.07
HSL226.53º59.04%83.73%-
HSV(B)226.53º20.59%93.33%-
XYZ57.0758.389.13-
YUV201.04148.86119.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 200 (78.52% from 255) = 31.90%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=30.14%
G=31.90%
B=37.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892002380.210.1600.07226.5359.0483.73
HexBDC8EE151007e33b54
Octal27531035625200734373124
Binary10111101110010001110111010101100000111111000111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8EE; }

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

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

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

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

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

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

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

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