Html Css Color HEX #BBC7DF Periwinkle

📋 copy color: '#BBC7DF'

red 187 ◦ green 199 ◦ blue 223

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

Shades of Periwinkle #BBC7DF

Tints of Periwinkle #BBC7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.68%

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

R = 30.71%
G = 32.68%
B = 36.62%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBC7DF (or 0xBBC7DF) is known color: Periwinkle. HEX triplet: BB, C7 and DF. RGB value is (187,199,223). Sum of RGB (Red+Green+Blue) = 187+199+223=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7DF is #443820. Grayscale: #C6C6C6. Windows color (decimal): -4470817 or 14665659. OLE color: 14665659.

HSL color Cylindrical-coordinate representation of color #BBC7DF: hue angle of 220º 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 #BBC7DF is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 199 223 -
CMYK 0.16 0.11 0 0.13
HSL 220º 0.36% 0.8% -
HSV(B) 220º 0.16% 0.87% -
XYZ 54.24 56.74 77.91 -
YUV 198.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 187 199 223 0.16 0.11 0 0.13 220 0.36 0.8
Hex BB C7 DF 10 B 0 D DC 24 50
Octal 273 307 337 20 13 0 15 334 44 120
Binary 10111011 11000111 11011111 10000 1011 0 1101 11011100 100100 1010000

Color Harmonies of #BBC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7DF

Black with #BBC7DF

Text Example


Text Example

White with #BBC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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