#BFD0E9

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

Shades of Periwinkle #BFD0E9

Tints of Periwinkle #BFD0E9

Color information

#BFD0E9 (or 0xBFD0E9) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and E9. RGB value is (191,208,233). Sum of RGB (Red+Green+Blue) = 191+208+233=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFD0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0E9 is #402F16. Grayscale: #CDCDCD. Windows color (decimal): -4206359 or 15323327. OLE color: 15323327.

HSL color Cylindrical-coordinate representation of color #BFD0E9: hue angle of 215.71º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD0E9 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191208233-
CMYK0.180.1100.09
HSL215.71º48.84%83.14%-
HSV(B)215.71º18.03%91.37%-
XYZ58.7562.0785.98-
YUV205.77143.37117.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 233 (91.41% from 255) = 36.87%
R=30.22%
G=32.91%
B=36.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912082330.180.1100.09215.7148.8483.14
HexBFD0E912B09d83153
Octal277320351221301133061123
Binary10111111110100001110100110010101101001110110001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0E9; }

 p { color: rgb(191,208,233); }

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

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

 a { background-color: rgb(191,208,233); }

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

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

 span { border-color: rgb(191,208,233); }

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