Html Css Color HEX #BBC2E6 Periwinkle

📋 copy color: '#BBC2E6'

red 187 ◦ green 194 ◦ blue 230

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

Shades of Periwinkle #BBC2E6

Tints of Periwinkle #BBC2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.64%

R = 30.61%
G = 31.75%
B = 37.64%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBC2E6 (or 0xBBC2E6) is known color: Periwinkle. HEX triplet: BB, C2 and E6. RGB value is (187,194,230). Sum of RGB (Red+Green+Blue) = 187+194+230=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBC2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2E6 is #443D19. Grayscale: #C3C3C3. Windows color (decimal): -4472090 or 15123131. OLE color: 15123131.

HSL color Cylindrical-coordinate representation of color #BBC2E6: hue angle of 230.23º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC2E6 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 194 230 -
CMYK 0.19 0.16 0 0.10
HSL 230.23º 0.46% 0.82% -
HSV(B) 230.23º 0.19% 0.9% -
XYZ 54.07 54.86 82.6 -
YUV 196.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 187 194 230 0.19 0.16 0 0.10 230.23 0.46 0.82
Hex BB C2 E6 13 10 0 A E6 2E 52
Octal 273 302 346 23 20 0 12 346 56 122
Binary 10111011 11000010 11100110 10011 10000 0 1010 11100110 101110 1010010

Color Harmonies of #BBC2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2E6

Black with #BBC2E6

Text Example


Text Example

White with #BBC2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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