Html Css Color HEX #BBC2EB Periwinkle

📋 copy color: '#BBC2EB'

red 187 ◦ green 194 ◦ blue 235

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

Shades of Periwinkle #BBC2EB

Tints of Periwinkle #BBC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.49%

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 30.36%
G = 31.49%
B = 38.15%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBC2EB (or 0xBBC2EB) is known color: Periwinkle. HEX triplet: BB, C2 and EB. RGB value is (187,194,235). Sum of RGB (Red+Green+Blue) = 187+194+235=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2EB is #443D14. Grayscale: #C4C4C4. Windows color (decimal): -4472085 or 15450811. OLE color: 15450811.

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

Color convert

RGB 187 194 235 -
CMYK 0.20 0.17 0 0.08
HSL 231.25º 0.55% 0.83% -
HSV(B) 231.25º 0.2% 0.92% -
XYZ 54.78 55.15 86.35 -
YUV 196.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 187 194 235 0.20 0.17 0 0.08 231.25 0.55 0.83
Hex BB C2 EB 14 11 0 8 E7 37 53
Octal 273 302 353 24 21 0 10 347 67 123
Binary 10111011 11000010 11101011 10100 10001 0 1000 11100111 110111 1010011

Color Harmonies of #BBC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2EB

Black with #BBC2EB

Text Example


Text Example

White with #BBC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2EB; }

 p { color: rgb(187,194,235); }

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

background-color css

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

 a { background-color: rgb(187,194,235); }

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

border-color css

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

 span { border-color: rgb(187,194,235); }

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