Html Css Color HEX #BBC5EA Periwinkle

📋 copy color: '#BBC5EA'

red 187 ◦ green 197 ◦ blue 234

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

Shades of Periwinkle #BBC5EA

Tints of Periwinkle #BBC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.88%

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

R = 30.26%
G = 31.88%
B = 37.86%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBC5EA (or 0xBBC5EA) is known color: Periwinkle. HEX triplet: BB, C5 and EA. RGB value is (187,197,234). Sum of RGB (Red+Green+Blue) = 187+197+234=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5EA is #443A15. Grayscale: #C6C6C6. Windows color (decimal): -4471318 or 15386043. OLE color: 15386043.

HSL color Cylindrical-coordinate representation of color #BBC5EA: hue angle of 227.23º 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 #BBC5EA is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 197 234 -
CMYK 0.20 0.16 0 0.08
HSL 227.23º 0.53% 0.83% -
HSV(B) 227.23º 0.2% 0.92% -
XYZ 55.31 56.44 85.82 -
YUV 198.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 187 197 234 0.20 0.16 0 0.08 227.23 0.53 0.83
Hex BB C5 EA 14 10 0 8 E3 35 53
Octal 273 305 352 24 20 0 10 343 65 123
Binary 10111011 11000101 11101010 10100 10000 0 1000 11100011 110101 1010011

Color Harmonies of #BBC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5EA

Black with #BBC5EA

Text Example


Text Example

White with #BBC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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