#BBD0F8

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

Shades of Periwinkle #BBD0F8

Tints of Periwinkle #BBD0F8

Color information

#BBD0F8 (or 0xBBD0F8) is unknown color: approx Periwinkle. HEX triplet: BB, D0 and F8. RGB value is (187,208,248). Sum of RGB (Red+Green+Blue) = 187+208+248=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBD0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0F8 is #442F07. Grayscale: #CECECE. Windows color (decimal): -4468488 or 16306363. OLE color: 16306363.

HSL color Cylindrical-coordinate representation of color #BBD0F8: hue angle of 219.34º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD0F8 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187208248-
CMYK0.250.1600.03
HSL219.34º81.33%85.29%-
HSV(B)219.34º24.6%97.25%-
XYZ59.9962.4597.7-
YUV206.28151.54114.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 208 (81.64% from 255) = 32.35%
BLUE value IS 248 (97.27% from 255) = 38.57%
R=29.08%
G=32.35%
B=38.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872082480.250.1600.03219.3481.3385.29
HexBBD0F8191003db5155
Octal273320370312003333121125
Binary10111011110100001111100011001100000111101101110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0F8; }

 p { color: rgb(187,208,248); }

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

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

 a { background-color: rgb(187,208,248); }

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

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

 span { border-color: rgb(187,208,248); }

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