#BFD0E4

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

Shades of Periwinkle #BFD0E4

Tints of Periwinkle #BFD0E4

Color information

#BFD0E4 (or 0xBFD0E4) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and E4. RGB value is (191,208,228). Sum of RGB (Red+Green+Blue) = 191+208+228=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFD0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0E4 is #402F1B. Grayscale: #CDCDCD. Windows color (decimal): -4206364 or 14995647. OLE color: 14995647.

HSL color Cylindrical-coordinate representation of color #BFD0E4: hue angle of 212.43º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFD0E4 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191208228-
CMYK0.160.0900.11
HSL212.43º40.66%82.16%-
HSV(B)212.43º16.23%89.41%-
XYZ58.0561.7982.27-
YUV205.2140.87117.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 228 (89.45% from 255) = 36.36%
R=30.46%
G=33.17%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912082280.160.0900.11212.4340.6682.16
HexBFD0E41090Bd42952
Octal277320344201101332451122
Binary10111111110100001110010010000100101011110101001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0E4; }

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

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

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

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

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

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

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

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