Html Css Color HEX #BBCBEA Periwinkle

📋 copy color: '#BBCBEA'

red 187 ◦ green 203 ◦ blue 234

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

Shades of Periwinkle #BBCBEA

Tints of Periwinkle #BBCBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.53%

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

R = 29.97%
G = 32.53%
B = 37.5%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBCBEA (or 0xBBCBEA) is known color: Periwinkle. HEX triplet: BB, CB and EA. RGB value is (187,203,234). Sum of RGB (Red+Green+Blue) = 187+203+234=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBEA is #443415. Grayscale: #C9C9C9. Windows color (decimal): -4469782 or 15387579. OLE color: 15387579.

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

Color convert

RGB 187 203 234 -
CMYK 0.20 0.13 0 0.08
HSL 219.57º 0.53% 0.83% -
HSV(B) 219.57º 0.2% 0.92% -
XYZ 56.7 59.22 86.28 -
YUV 201.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 187 203 234 0.20 0.13 0 0.08 219.57 0.53 0.83
Hex BB CB EA 14 D 0 8 DC 35 53
Octal 273 313 352 24 15 0 10 334 65 123
Binary 10111011 11001011 11101010 10100 1101 0 1000 11011100 110101 1010011

Color Harmonies of #BBCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBEA

Black with #BBCBEA

Text Example


Text Example

White with #BBCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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