#BFD0EA

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

Shades of Periwinkle #BFD0EA

Tints of Periwinkle #BFD0EA

Color information

#BFD0EA (or 0xBFD0EA) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and EA. RGB value is (191,208,234). Sum of RGB (Red+Green+Blue) = 191+208+234=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0EA is #402F15. Grayscale: #CDCDCD. Windows color (decimal): -4206358 or 15388863. OLE color: 15388863.

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

Color convert

RGB191208234-
CMYK0.180.1100.08
HSL216.28º50.59%83.33%-
HSV(B)216.28º18.38%91.76%-
XYZ58.8962.1386.73-
YUV205.88143.87117.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 208 (81.64% from 255) = 32.86%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=30.17%
G=32.86%
B=36.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912082340.180.1100.08216.2850.5983.33
HexBFD0EA12B08d83353
Octal277320352221301033063123
Binary10111111110100001110101010010101101000110110001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0EA; }

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

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

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

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

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

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

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

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