Html Css Color HEX #BBD1FB Periwinkle

📋 copy color: '#BBD1FB'

red 187 ◦ green 209 ◦ blue 251

#BBD1FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BBD1FB

Tints of Periwinkle #BBD1FB

RGB

 RED value IS 187 (73.44% from 255) = 28.9%

 GREEN value IS 209 (82.03% from 255) = 32.3%

 BLUE value IS 251 (98.44% from 255) = 38.79%

R = 28.9%
G = 32.3%
B = 38.79%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBD1FB (or 0xBBD1FB) is known color: Periwinkle. HEX triplet: BB, D1 and FB. RGB value is (187,209,251). Sum of RGB (Red+Green+Blue) = 187+209+251=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1FB is #442E04. Grayscale: #CFCFCF. Windows color (decimal): -4468229 or 16503227. OLE color: 16503227.

HSL color Cylindrical-coordinate representation of color #BBD1FB: hue angle of 219.38º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD1FB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 209 251 -
CMYK 0.25 0.17 0 0.02
HSL 219.38º 0.89% 0.86% -
HSV(B) 219.38º 0.25% 0.98% -
XYZ 60.71 63.13 100.25 -
YUV 207.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 187 209 251 0.25 0.17 0 0.02 219.38 0.89 0.86
Hex BB D1 FB 19 11 0 2 DB 59 56
Octal 273 321 373 31 21 0 2 333 131 126
Binary 10111011 11010001 11111011 11001 10001 0 10 11011011 1011001 1010110

Color Harmonies of #BBD1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1FB

Black with #BBD1FB

Text Example


Text Example

White with #BBD1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1FB; }

 p { color: rgb(187,209,251); }

 H1.HeaderClassName
 {
   color: #BBD1FB;
 }
 .AnyTagClassName
 {
   color: #BBD1FB;
 }
</style>

background-color css

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

 a { background-color: rgb(187,209,251); }

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

border-color css

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

 span { border-color: rgb(187,209,251); }

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