#BDCEEB

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

Shades of Periwinkle #BDCEEB

Tints of Periwinkle #BDCEEB

Color information

#BDCEEB (or 0xBDCEEB) is unknown color: approx Periwinkle. HEX triplet: BD, CE and EB. RGB value is (189,206,235). Sum of RGB (Red+Green+Blue) = 189+206+235=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEEB is #423114. Grayscale: #CCCCCC. Windows color (decimal): -4337941 or 15453885. OLE color: 15453885.

HSL color Cylindrical-coordinate representation of color #BDCEEB: hue angle of 217.83º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDCEEB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189206235-
CMYK0.200.1200.08
HSL217.83º53.49%83.14%-
HSV(B)217.83º19.57%92.16%-
XYZ58.0560.9687.3-
YUV204.22145.37117.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=30%
G=32.70%
B=37.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892062350.200.1200.08217.8353.4983.14
HexBDCEEB14C08da3553
Octal275316353241401033265123
Binary10111101110011101110101110100110001000110110101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEEB; }

 p { color: rgb(189,206,235); }

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

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

 a { background-color: rgb(189,206,235); }

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

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

 span { border-color: rgb(189,206,235); }

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