Html Css Color HEX #BBC9F5 Periwinkle

📋 copy color: '#BBC9F5'

red 187 ◦ green 201 ◦ blue 245

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

Shades of Periwinkle #BBC9F5

Tints of Periwinkle #BBC9F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.7%

R = 29.54%
G = 31.75%
B = 38.7%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBC9F5 (or 0xBBC9F5) is known color: Periwinkle. HEX triplet: BB, C9 and F5. RGB value is (187,201,245). Sum of RGB (Red+Green+Blue) = 187+201+245=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBC9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9F5 is #44360A. Grayscale: #C9C9C9. Windows color (decimal): -4470283 or 16107963. OLE color: 16107963.

HSL color Cylindrical-coordinate representation of color #BBC9F5: hue angle of 225.52º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBC9F5 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 201 245 -
CMYK 0.24 0.18 0 0.04
HSL 225.52º 0.74% 0.85% -
HSV(B) 225.52º 0.24% 0.96% -
XYZ 57.86 58.93 94.71 -
YUV 201.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 187 201 245 0.24 0.18 0 0.04 225.52 0.74 0.85
Hex BB C9 F5 18 12 0 4 E2 4A 55
Octal 273 311 365 30 22 0 4 342 112 125
Binary 10111011 11001001 11110101 11000 10010 0 100 11100010 1001010 1010101

Color Harmonies of #BBC9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9F5

Black with #BBC9F5

Text Example


Text Example

White with #BBC9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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