Html Css Color HEX #BBD1FC Periwinkle

📋 copy color: '#BBD1FC'

red 187 ◦ green 209 ◦ blue 252

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

Shades of Periwinkle #BBD1FC

Tints of Periwinkle #BBD1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.89%

R = 28.86%
G = 32.25%
B = 38.89%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBD1FC (or 0xBBD1FC) is known color: Periwinkle. HEX triplet: BB, D1 and FC. RGB value is (187,209,252). Sum of RGB (Red+Green+Blue) = 187+209+252=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBD1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1FC is #442E03. Grayscale: #CFCFCF. Windows color (decimal): -4468228 or 16568763. OLE color: 16568763.

HSL color Cylindrical-coordinate representation of color #BBD1FC: hue angle of 219.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD1FC is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 209 252 -
CMYK 0.26 0.17 0 0.01
HSL 219.69º 0.92% 0.86% -
HSV(B) 219.69º 0.26% 0.99% -
XYZ 60.86 63.19 101.09 -
YUV 207.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 187 209 252 0.26 0.17 0 0.01 219.69 0.92 0.86
Hex BB D1 FC 1A 11 0 1 DC 5C 56
Octal 273 321 374 32 21 0 1 334 134 126
Binary 10111011 11010001 11111100 11010 10001 0 1 11011100 1011100 1010110

Color Harmonies of #BBD1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1FC

Black with #BBD1FC

Text Example


Text Example

White with #BBD1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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