Html Css Color HEX #BBC9FA Periwinkle

📋 copy color: '#BBC9FA'

red 187 ◦ green 201 ◦ blue 250

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

Shades of Periwinkle #BBC9FA

Tints of Periwinkle #BBC9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.18%

R = 29.31%
G = 31.5%
B = 39.18%

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

#BBC9FA (or 0xBBC9FA) is known color: Periwinkle. HEX triplet: BB, C9 and FA. RGB value is (187,201,250). Sum of RGB (Red+Green+Blue) = 187+201+250=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9FA is #443605. Grayscale: #CACACA. Windows color (decimal): -4470278 or 16435643. OLE color: 16435643.

HSL color Cylindrical-coordinate representation of color #BBC9FA: hue angle of 226.67º degrees, saturation: 0.86, 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 #BBC9FA is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 201 250 -
CMYK 0.25 0.20 0 0.02
HSL 226.67º 0.86% 0.86% -
HSV(B) 226.67º 0.25% 0.98% -
XYZ 58.64 59.24 98.79 -
YUV 202.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 187 201 250 0.25 0.20 0 0.02 226.67 0.86 0.86
Hex BB C9 FA 19 14 0 2 E3 56 56
Octal 273 311 372 31 24 0 2 343 126 126
Binary 10111011 11001001 11111010 11001 10100 0 10 11100011 1010110 1010110

Color Harmonies of #BBC9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9FA

Black with #BBC9FA

Text Example


Text Example

White with #BBC9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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