Html Css Color HEX #BBC2E1 Periwinkle

📋 copy color: '#BBC2E1'

red 187 ◦ green 194 ◦ blue 225

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

Shades of Periwinkle #BBC2E1

Tints of Periwinkle #BBC2E1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.01%

 BLUE value IS 225 (88.28% from 255) = 37.13%

R = 30.86%
G = 32.01%
B = 37.13%

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

#BBC2E1 (or 0xBBC2E1) is known color: Periwinkle. HEX triplet: BB, C2 and E1. RGB value is (187,194,225). Sum of RGB (Red+Green+Blue) = 187+194+225=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBC2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2E1 is #443D1E. Grayscale: #C3C3C3. Windows color (decimal): -4472095 or 14795451. OLE color: 14795451.

HSL color Cylindrical-coordinate representation of color #BBC2E1: hue angle of 228.95º degrees, saturation: 0.39, 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 #BBC2E1 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 194 225 -
CMYK 0.17 0.14 0 0.12
HSL 228.95º 0.39% 0.81% -
HSV(B) 228.95º 0.17% 0.88% -
XYZ 53.38 54.58 78.96 -
YUV 195.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 187 194 225 0.17 0.14 0 0.12 228.95 0.39 0.81
Hex BB C2 E1 11 E 0 C E5 27 51
Octal 273 302 341 21 16 0 14 345 47 121
Binary 10111011 11000010 11100001 10001 1110 0 1100 11100101 100111 1010001

Color Harmonies of #BBC2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2E1

Black with #BBC2E1

Text Example


Text Example

White with #BBC2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2E1; }

 p { color: rgb(187,194,225); }

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

background-color css

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

 a { background-color: rgb(187,194,225); }

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

border-color css

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

 span { border-color: rgb(187,194,225); }

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