#BBC8F3

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

Shades of Periwinkle #BBC8F3

Tints of Periwinkle #BBC8F3

Color information

#BBC8F3 (or 0xBBC8F3) is unknown color: approx Periwinkle. HEX triplet: BB, C8 and F3. RGB value is (187,200,243). Sum of RGB (Red+Green+Blue) = 187+200+243=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBC8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8F3 is #44370C. Grayscale: #C8C8C8. Windows color (decimal): -4470541 or 15976635. OLE color: 15976635.

HSL color Cylindrical-coordinate representation of color #BBC8F3: hue angle of 226.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC8F3 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187200243-
CMYK0.230.1800.05
HSL226.07º70%84.31%-
HSV(B)226.07º23.05%95.29%-
XYZ57.3358.3493.03-
YUV201.02151.69118-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 200 (78.52% from 255) = 31.75%
BLUE value IS 243 (95.31% from 255) = 38.57%
R=29.68%
G=31.75%
B=38.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872002430.230.1800.05226.077084.31
HexBBC8F3171205e24654
Octal273310363272205342106124
Binary101110111100100011110011101111001001011110001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8F3; }

 p { color: rgb(187,200,243); }

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

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

 a { background-color: rgb(187,200,243); }

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

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

 span { border-color: rgb(187,200,243); }

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