#BDCDEE

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

Shades of Periwinkle #BDCDEE

Tints of Periwinkle #BDCDEE

Color information

#BDCDEE (or 0xBDCDEE) is unknown color: approx Periwinkle. HEX triplet: BD, CD and EE. RGB value is (189,205,238). Sum of RGB (Red+Green+Blue) = 189+205+238=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDCDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDEE is #423211. Grayscale: #CBCBCB. Windows color (decimal): -4338194 or 15650237. OLE color: 15650237.

HSL color Cylindrical-coordinate representation of color #BDCDEE: hue angle of 220.41º 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 #BDCDEE is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189205238-
CMYK0.210.1400.07
HSL220.41º59.04%83.73%-
HSV(B)220.41º20.59%93.33%-
XYZ58.2560.6589.53-
YUV203.98147.2117.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=29.91%
G=32.44%
B=37.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892052380.210.1400.07220.4159.0483.73
HexBDCDEE15E07dc3b54
Octal27531535625160733473124
Binary1011110111001101111011101010111100111110111001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDEE; }

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

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

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

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

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

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

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

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