#BDCBEF

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

Shades of Periwinkle #BDCBEF

Tints of Periwinkle #BDCBEF

Color information

#BDCBEF (or 0xBDCBEF) is unknown color: approx Periwinkle. HEX triplet: BD, CB and EF. RGB value is (189,203,239). Sum of RGB (Red+Green+Blue) = 189+203+239=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDCBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBEF is #423410. Grayscale: #CACACA. Windows color (decimal): -4338705 or 15715261. OLE color: 15715261.

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

Color convert

RGB189203239-
CMYK0.210.1500.06
HSL223.2º60.98%83.92%-
HSV(B)223.2º20.92%93.73%-
XYZ57.9259.7690.14-
YUV202.92148.36118.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=29.95%
G=32.17%
B=37.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892032390.210.1500.06223.260.9883.92
HexBDCBEF15F06df3d54
Octal27531335725170633775124
Binary1011110111001011111011111010111110110110111111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBEF; }

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

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

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

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

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

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

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

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