#BDCBED

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

Shades of Periwinkle #BDCBED

Tints of Periwinkle #BDCBED

Color information

#BDCBED (or 0xBDCBED) is unknown color: approx Periwinkle. HEX triplet: BD, CB and ED. RGB value is (189,203,237). Sum of RGB (Red+Green+Blue) = 189+203+237=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDCBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBED is #423412. Grayscale: #CACACA. Windows color (decimal): -4338707 or 15584189. OLE color: 15584189.

HSL color Cylindrical-coordinate representation of color #BDCBED: hue angle of 222.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDCBED is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189203237-
CMYK0.200.1400.07
HSL222.5º57.14%83.53%-
HSV(B)222.5º20.25%92.94%-
XYZ57.6359.6588.6-
YUV202.69147.36118.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=30.05%
G=32.27%
B=37.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892032370.200.1400.07222.557.1483.53
HexBDCBED14E07de3954
Octal27531335524160733671124
Binary1011110111001011111011011010011100111110111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBED; }

 p { color: rgb(189,203,237); }

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

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

 a { background-color: rgb(189,203,237); }

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

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

 span { border-color: rgb(189,203,237); }

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