#BFD0FF

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

Shades of Periwinkle #BFD0FF

Tints of Periwinkle #BFD0FF

Color information

#BFD0FF (or 0xBFD0FF) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and FF. RGB value is (191,208,255). Sum of RGB (Red+Green+Blue) = 191+208+255=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0FF is #402F00. Grayscale: #D0D0D0. Windows color (decimal): -4206337 or 16765119. OLE color: 16765119.

HSL color Cylindrical-coordinate representation of color #BFD0FF: hue angle of 224.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD0FF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191208255-
CMYK0.250.1800
HSL224.06º100%87.45%-
HSV(B)224.06º25.1%100%-
XYZ62.0963.41103.57-
YUV208.27154.37115.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 208 (81.64% from 255) = 31.80%
BLUE value IS 255 (100% from 255) = 38.99%
R=29.20%
G=31.80%
B=38.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912082550.250.1800224.0610087.45
HexBFD0FF191200e06457
Octal277320377312200340144127
Binary1011111111010000111111111100110010001110000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0FF; }

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

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

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

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

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

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

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

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