#BFD4EB

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

Shades of Periwinkle #BFD4EB

Tints of Periwinkle #BFD4EB

Color information

#BFD4EB (or 0xBFD4EB) is unknown color: approx Periwinkle. HEX triplet: BF, D4 and EB. RGB value is (191,212,235). Sum of RGB (Red+Green+Blue) = 191+212+235=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFD4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4EB is #402B14. Grayscale: #D0D0D0. Windows color (decimal): -4205333 or 15455423. OLE color: 15455423.

HSL color Cylindrical-coordinate representation of color #BFD4EB: hue angle of 211.36º 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 #BFD4EB is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191212235-
CMYK0.190.1000.08
HSL211.36º52.38%83.53%-
HSV(B)211.36º18.72%92.16%-
XYZ60.0264.1687.82-
YUV208.34143.04115.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=29.94%
G=33.23%
B=36.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912122350.190.1000.08211.3652.3883.53
HexBFD4EB13A08d33454
Octal277324353231201032364124
Binary10111111110101001110101110011101001000110100111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4EB; }

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

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

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

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

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

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

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

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