Html Css Color HEX #BBC8E6 Periwinkle

📋 copy color: '#BBC8E6'

red 187 ◦ green 200 ◦ blue 230

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

Shades of Periwinkle #BBC8E6

Tints of Periwinkle #BBC8E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.28%

R = 30.31%
G = 32.41%
B = 37.28%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBC8E6 (or 0xBBC8E6) is known color: Periwinkle. HEX triplet: BB, C8 and E6. RGB value is (187,200,230). Sum of RGB (Red+Green+Blue) = 187+200+230=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8E6 is #443719. Grayscale: #C7C7C7. Windows color (decimal): -4470554 or 15124667. OLE color: 15124667.

HSL color Cylindrical-coordinate representation of color #BBC8E6: hue angle of 221.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC8E6 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 200 230 -
CMYK 0.19 0.13 0 0.10
HSL 221.86º 0.46% 0.82% -
HSV(B) 221.86º 0.19% 0.9% -
XYZ 55.43 57.59 83.06 -
YUV 199.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 187 200 230 0.19 0.13 0 0.10 221.86 0.46 0.82
Hex BB C8 E6 13 D 0 A DE 2E 52
Octal 273 310 346 23 15 0 12 336 56 122
Binary 10111011 11001000 11100110 10011 1101 0 1010 11011110 101110 1010010

Color Harmonies of #BBC8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8E6

Black with #BBC8E6

Text Example


Text Example

White with #BBC8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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