#BDD0E6

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

Shades of Periwinkle #BDD0E6

Tints of Periwinkle #BDD0E6

Color information

#BDD0E6 (or 0xBDD0E6) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and E6. RGB value is (189,208,230). Sum of RGB (Red+Green+Blue) = 189+208+230=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0E6 is #422F19. Grayscale: #CCCCCC. Windows color (decimal): -4337434 or 15126717. OLE color: 15126717.

HSL color Cylindrical-coordinate representation of color #BDD0E6: hue angle of 212.2º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD0E6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189208230-
CMYK0.180.1000.10
HSL212.2º45.05%82.16%-
HSV(B)212.2º17.83%90.2%-
XYZ57.8361.6483.71-
YUV204.83142.21116.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=30.14%
G=33.17%
B=36.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892082300.180.1000.10212.245.0582.16
HexBDD0E612A0Ad42d52
Octal275320346221201232455122
Binary10111101110100001110011010010101001010110101001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0E6; }

 p { color: rgb(189,208,230); }

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

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

 a { background-color: rgb(189,208,230); }

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

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

 span { border-color: rgb(189,208,230); }

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