Html Css Color HEX #BBC9FB Periwinkle

📋 copy color: '#BBC9FB'

red 187 ◦ green 201 ◦ blue 251

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

Shades of Periwinkle #BBC9FB

Tints of Periwinkle #BBC9FB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.46%

 BLUE value IS 251 (98.44% from 255) = 39.28%

R = 29.26%
G = 31.46%
B = 39.28%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBC9FB (or 0xBBC9FB) is known color: Periwinkle. HEX triplet: BB, C9 and FB. RGB value is (187,201,251). Sum of RGB (Red+Green+Blue) = 187+201+251=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9FB is #443604. Grayscale: #CACACA. Windows color (decimal): -4470277 or 16501179. OLE color: 16501179.

HSL color Cylindrical-coordinate representation of color #BBC9FB: hue angle of 226.88º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC9FB is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 201 251 -
CMYK 0.25 0.20 0 0.02
HSL 226.88º 0.89% 0.86% -
HSV(B) 226.88º 0.25% 0.98% -
XYZ 58.79 59.3 99.61 -
YUV 202.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 187 201 251 0.25 0.20 0 0.02 226.88 0.89 0.86
Hex BB C9 FB 19 14 0 2 E3 59 56
Octal 273 311 373 31 24 0 2 343 131 126
Binary 10111011 11001001 11111011 11001 10100 0 10 11100011 1011001 1010110

Color Harmonies of #BBC9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9FB

Black with #BBC9FB

Text Example


Text Example

White with #BBC9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9FB; }

 p { color: rgb(187,201,251); }

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

background-color css

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

 a { background-color: rgb(187,201,251); }

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

border-color css

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

 span { border-color: rgb(187,201,251); }

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