Html Css Color HEX #BBC8EA Periwinkle

📋 copy color: '#BBC8EA'

red 187 ◦ green 200 ◦ blue 234

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

Shades of Periwinkle #BBC8EA

Tints of Periwinkle #BBC8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.21%

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

R = 30.11%
G = 32.21%
B = 37.68%

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

#BBC8EA (or 0xBBC8EA) is known color: Periwinkle. HEX triplet: BB, C8 and EA. RGB value is (187,200,234). Sum of RGB (Red+Green+Blue) = 187+200+234=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8EA is #443715. Grayscale: #C7C7C7. Windows color (decimal): -4470550 or 15386811. OLE color: 15386811.

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

Color convert

RGB 187 200 234 -
CMYK 0.20 0.15 0 0.08
HSL 223.4º 0.53% 0.83% -
HSV(B) 223.4º 0.2% 0.92% -
XYZ 56 57.81 86.05 -
YUV 199.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 187 200 234 0.20 0.15 0 0.08 223.4 0.53 0.83
Hex BB C8 EA 14 F 0 8 DF 35 53
Octal 273 310 352 24 17 0 10 337 65 123
Binary 10111011 11001000 11101010 10100 1111 0 1000 11011111 110101 1010011

Color Harmonies of #BBC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8EA

Black with #BBC8EA

Text Example


Text Example

White with #BBC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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