Html Css Color HEX #BBC7E6 Periwinkle

📋 copy color: '#BBC7E6'

red 187 ◦ green 199 ◦ blue 230

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

Shades of Periwinkle #BBC7E6

Tints of Periwinkle #BBC7E6

RGB

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

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

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

R = 30.36%
G = 32.31%
B = 37.34%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBC7E6 (or 0xBBC7E6) is known color: Periwinkle. HEX triplet: BB, C7 and E6. RGB value is (187,199,230). Sum of RGB (Red+Green+Blue) = 187+199+230=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7E6 is #443819. Grayscale: #C6C6C6. Windows color (decimal): -4470810 or 15124411. OLE color: 15124411.

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

Color convert

RGB 187 199 230 -
CMYK 0.19 0.13 0 0.10
HSL 223.26º 0.46% 0.82% -
HSV(B) 223.26º 0.19% 0.9% -
XYZ 55.2 57.12 82.98 -
YUV 198.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 187 199 230 0.19 0.13 0 0.10 223.26 0.46 0.82
Hex BB C7 E6 13 D 0 A DF 2E 52
Octal 273 307 346 23 15 0 12 337 56 122
Binary 10111011 11000111 11100110 10011 1101 0 1010 11011111 101110 1010010

Color Harmonies of #BBC7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7E6

Black with #BBC7E6

Text Example


Text Example

White with #BBC7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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