Html Css Color HEX #BBC1DF Periwinkle

📋 copy color: '#BBC1DF'

red 187 ◦ green 193 ◦ blue 223

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

Shades of Periwinkle #BBC1DF

Tints of Periwinkle #BBC1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.01%

 BLUE value IS 223 (87.5% from 255) = 36.98%

R = 31.01%
G = 32.01%
B = 36.98%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBC1DF (or 0xBBC1DF) is known color: Periwinkle. HEX triplet: BB, C1 and DF. RGB value is (187,193,223). Sum of RGB (Red+Green+Blue) = 187+193+223=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1DF is #443E20. Grayscale: #C2C2C2. Windows color (decimal): -4472353 or 14664123. OLE color: 14664123.

HSL color Cylindrical-coordinate representation of color #BBC1DF: hue angle of 230º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC1DF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 193 223 -
CMYK 0.16 0.13 0 0.13
HSL 230º 0.36% 0.8% -
HSV(B) 230º 0.16% 0.87% -
XYZ 52.88 54.03 77.45 -
YUV 194.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 187 193 223 0.16 0.13 0 0.13 230 0.36 0.8
Hex BB C1 DF 10 D 0 D E6 24 50
Octal 273 301 337 20 15 0 15 346 44 120
Binary 10111011 11000001 11011111 10000 1101 0 1101 11100110 100100 1010000

Color Harmonies of #BBC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1DF

Black with #BBC1DF

Text Example


Text Example

White with #BBC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1DF; }

 p { color: rgb(187,193,223); }

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

background-color css

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

 a { background-color: rgb(187,193,223); }

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

border-color css

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

 span { border-color: rgb(187,193,223); }

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