Html Css Color HEX #BBC1E0 Periwinkle

📋 copy color: '#BBC1E0'

red 187 ◦ green 193 ◦ blue 224

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

Shades of Periwinkle #BBC1E0

Tints of Periwinkle #BBC1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 30.96%
G = 31.95%
B = 37.09%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBC1E0 (or 0xBBC1E0) is known color: Periwinkle. HEX triplet: BB, C1 and E0. RGB value is (187,193,224). Sum of RGB (Red+Green+Blue) = 187+193+224=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBC1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1E0 is #443E1F. Grayscale: #C2C2C2. Windows color (decimal): -4472352 or 14729659. OLE color: 14729659.

HSL color Cylindrical-coordinate representation of color #BBC1E0: hue angle of 230.27º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBC1E0 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 193 224 -
CMYK 0.17 0.14 0 0.12
HSL 230.27º 0.37% 0.81% -
HSV(B) 230.27º 0.17% 0.88% -
XYZ 53.02 54.09 78.17 -
YUV 194.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 187 193 224 0.17 0.14 0 0.12 230.27 0.37 0.81
Hex BB C1 E0 11 E 0 C E6 25 51
Octal 273 301 340 21 16 0 14 346 45 121
Binary 10111011 11000001 11100000 10001 1110 0 1100 11100110 100101 1010001

Color Harmonies of #BBC1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1E0

Black with #BBC1E0

Text Example


Text Example

White with #BBC1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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