Html Css Color HEX #BBC6EA Periwinkle

📋 copy color: '#BBC6EA'

red 187 ◦ green 198 ◦ blue 234

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

Shades of Periwinkle #BBC6EA

Tints of Periwinkle #BBC6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 30.21%
G = 31.99%
B = 37.8%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBC6EA (or 0xBBC6EA) is known color: Periwinkle. HEX triplet: BB, C6 and EA. RGB value is (187,198,234). Sum of RGB (Red+Green+Blue) = 187+198+234=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6EA is #443915. Grayscale: #C6C6C6. Windows color (decimal): -4471062 or 15386299. OLE color: 15386299.

HSL color Cylindrical-coordinate representation of color #BBC6EA: hue angle of 225.96º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC6EA is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 198 234 -
CMYK 0.20 0.15 0 0.08
HSL 225.96º 0.53% 0.83% -
HSV(B) 225.96º 0.2% 0.92% -
XYZ 55.54 56.89 85.9 -
YUV 198.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 187 198 234 0.20 0.15 0 0.08 225.96 0.53 0.83
Hex BB C6 EA 14 F 0 8 E2 35 53
Octal 273 306 352 24 17 0 10 342 65 123
Binary 10111011 11000110 11101010 10100 1111 0 1000 11100010 110101 1010011

Color Harmonies of #BBC6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6EA

Black with #BBC6EA

Text Example


Text Example

White with #BBC6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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