#bbcbfe

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

Shades of Periwinkle #BBCBFE

Tints of Periwinkle #BBCBFE

Color information

#BBCBFE (or 0xBBCBFE) is unknown color: approx Periwinkle. HEX triplet: BB, CB and FE. RGB value is (187,203,254). Sum of RGB (Red+Green+Blue) = 187+203+254=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBCBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBFE is #443401. Grayscale: #CBCBCB. Windows color (decimal): -4469762 or 16698299. OLE color: 16698299.

HSL color Cylindrical-coordinate representation of color #BBCBFE: hue angle of 225.67º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCBFE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187203254-
CMYK0.260.2000.00
HSL225.67º97.1%86.47%-
HSV(B)225.67º26.38%99.61%-
XYZ59.7460.43102.28-
YUV204.03156.2115.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 203 (79.69% from 255) = 31.52%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=29.04%
G=31.52%
B=39.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872032540.260.2000.00225.6797.186.47
HexBBCBFE1A1400e26156
Octal273313376322400342141126
Binary1011101111001011111111101101010100001110001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbcbfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbcbfe; }

 p { color: rgb(187,203,254); }

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

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

 a { background-color: rgb(187,203,254); }

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

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

 span { border-color: rgb(187,203,254); }

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