Html Css Color HEX #BBC6EC Periwinkle

📋 copy color: '#BBC6EC'

red 187 ◦ green 198 ◦ blue 236

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

Shades of Periwinkle #BBC6EC

Tints of Periwinkle #BBC6EC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.88%

 BLUE value IS 236 (92.58% from 255) = 38%

R = 30.11%
G = 31.88%
B = 38%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBC6EC (or 0xBBC6EC) is known color: Periwinkle. HEX triplet: BB, C6 and EC. RGB value is (187,198,236). Sum of RGB (Red+Green+Blue) = 187+198+236=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6EC is #443913. Grayscale: #C6C6C6. Windows color (decimal): -4471060 or 15517371. OLE color: 15517371.

HSL color Cylindrical-coordinate representation of color #BBC6EC: hue angle of 226.53º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC6EC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 198 236 -
CMYK 0.21 0.16 0 0.07
HSL 226.53º 0.56% 0.83% -
HSV(B) 226.53º 0.21% 0.93% -
XYZ 55.83 57.01 87.42 -
YUV 199.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 187 198 236 0.21 0.16 0 0.07 226.53 0.56 0.83
Hex BB C6 EC 15 10 0 7 E3 38 53
Octal 273 306 354 25 20 0 7 343 70 123
Binary 10111011 11000110 11101100 10101 10000 0 111 11100011 111000 1010011

Color Harmonies of #BBC6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6EC

Black with #BBC6EC

Text Example


Text Example

White with #BBC6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6EC; }

 p { color: rgb(187,198,236); }

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

background-color css

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

 a { background-color: rgb(187,198,236); }

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

border-color css

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

 span { border-color: rgb(187,198,236); }

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