#BDCEEE

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

Shades of Periwinkle #BDCEEE

Tints of Periwinkle #BDCEEE

Color information

#BDCEEE (or 0xBDCEEE) is unknown color: approx Periwinkle. HEX triplet: BD, CE and EE. RGB value is (189,206,238). Sum of RGB (Red+Green+Blue) = 189+206+238=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEEE is #423111. Grayscale: #CCCCCC. Windows color (decimal): -4337938 or 15650493. OLE color: 15650493.

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

Color convert

RGB189206238-
CMYK0.210.1300.07
HSL219.18º59.04%83.73%-
HSV(B)219.18º20.59%93.33%-
XYZ58.4961.1389.61-
YUV204.56146.87116.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=29.86%
G=32.54%
B=37.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892062380.210.1300.07219.1859.0483.73
HexBDCEEE15D07db3b54
Octal27531635625150733373124
Binary1011110111001110111011101010111010111110110111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEEE; }

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

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

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

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

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

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

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

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