#BFD0EB

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

Shades of Periwinkle #BFD0EB

Tints of Periwinkle #BFD0EB

Color information

#BFD0EB (or 0xBFD0EB) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and EB. RGB value is (191,208,235). Sum of RGB (Red+Green+Blue) = 191+208+235=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0EB is #402F14. Grayscale: #CDCDCD. Windows color (decimal): -4206357 or 15454399. OLE color: 15454399.

HSL color Cylindrical-coordinate representation of color #BFD0EB: hue angle of 216.82º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD0EB is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191208235-
CMYK0.190.1100.08
HSL216.82º52.38%83.53%-
HSV(B)216.82º18.72%92.16%-
XYZ59.0462.1987.49-
YUV205.99144.37117.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 208 (81.64% from 255) = 32.81%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=30.13%
G=32.81%
B=37.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912082350.190.1100.08216.8252.3883.53
HexBFD0EB13B08d93454
Octal277320353231301033164124
Binary10111111110100001110101110011101101000110110011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0EB; }

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

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

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

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

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

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

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

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