#BBD0F2

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

Shades of Periwinkle #BBD0F2

Tints of Periwinkle #BBD0F2

Color information

#BBD0F2 (or 0xBBD0F2) is unknown color: approx Periwinkle. HEX triplet: BB, D0 and F2. RGB value is (187,208,242). Sum of RGB (Red+Green+Blue) = 187+208+242=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBD0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0F2 is #442F0D. Grayscale: #CDCDCD. Windows color (decimal): -4468494 or 15913147. OLE color: 15913147.

HSL color Cylindrical-coordinate representation of color #BBD0F2: hue angle of 217.09º degrees, saturation: 0.68, 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 #BBD0F2 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187208242-
CMYK0.230.1400.05
HSL217.09º67.9%84.12%-
HSV(B)217.09º22.73%94.9%-
XYZ59.0862.0992.87-
YUV205.6148.54114.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 208 (81.64% from 255) = 32.65%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=29.36%
G=32.65%
B=37.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872082420.230.1400.05217.0967.984.12
HexBBD0F217E05d94454
Octal273320362271605331104124
Binary10111011110100001111001010111111001011101100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0F2; }

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

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

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

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

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

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

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

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