#BBCFED

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

Shades of Periwinkle #BBCFED

Tints of Periwinkle #BBCFED

Color information

#BBCFED (or 0xBBCFED) is unknown color: approx Periwinkle. HEX triplet: BB, CF and ED. RGB value is (187,207,237). Sum of RGB (Red+Green+Blue) = 187+207+237=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFED is #443012. Grayscale: #CCCCCC. Windows color (decimal): -4468755 or 15585211. OLE color: 15585211.

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

Color convert

RGB187207237-
CMYK0.210.1300.07
HSL216º58.14%83.14%-
HSV(B)216º21.1%92.94%-
XYZ58.0961.388.89-
YUV204.44146.37115.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=29.64%
G=32.81%
B=37.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872072370.210.1300.0721658.1483.14
HexBBCFED15D07d83a53
Octal27331735525150733072123
Binary1011101111001111111011011010111010111110110001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFED; }

 p { color: rgb(187,207,237); }

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

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

 a { background-color: rgb(187,207,237); }

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

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

 span { border-color: rgb(187,207,237); }

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