#BFD0EE

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

Shades of Periwinkle #BFD0EE

Tints of Periwinkle #BFD0EE

Color information

#BFD0EE (or 0xBFD0EE) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and EE. RGB value is (191,208,238). Sum of RGB (Red+Green+Blue) = 191+208+238=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0EE is #402F11. Grayscale: #CECECE. Windows color (decimal): -4206354 or 15651007. OLE color: 15651007.

HSL color Cylindrical-coordinate representation of color #BFD0EE: hue angle of 218.3º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFD0EE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191208238-
CMYK0.200.1300.07
HSL218.3º58.02%84.12%-
HSV(B)218.3º19.75%93.33%-
XYZ59.4762.3689.79-
YUV206.34145.87117.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 208 (81.64% from 255) = 32.65%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=29.98%
G=32.65%
B=37.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912082380.200.1300.07218.358.0284.12
HexBFD0EE14D07da3a54
Octal27732035624150733272124
Binary1011111111010000111011101010011010111110110101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0EE; }

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

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

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

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

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

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

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

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