Html Css Color HEX #BBC9F9 Periwinkle

📋 copy color: '#BBC9F9'

red 187 ◦ green 201 ◦ blue 249

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

Shades of Periwinkle #BBC9F9

Tints of Periwinkle #BBC9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.09%

R = 29.36%
G = 31.55%
B = 39.09%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBC9F9 (or 0xBBC9F9) is known color: Periwinkle. HEX triplet: BB, C9 and F9. RGB value is (187,201,249). Sum of RGB (Red+Green+Blue) = 187+201+249=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9F9 is #443606. Grayscale: #CACACA. Windows color (decimal): -4470279 or 16370107. OLE color: 16370107.

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

Color convert

RGB 187 201 249 -
CMYK 0.25 0.19 0 0.02
HSL 226.45º 0.84% 0.85% -
HSV(B) 226.45º 0.25% 0.98% -
XYZ 58.48 59.18 97.96 -
YUV 202.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 187 201 249 0.25 0.19 0 0.02 226.45 0.84 0.85
Hex BB C9 F9 19 13 0 2 E2 54 55
Octal 273 311 371 31 23 0 2 342 124 125
Binary 10111011 11001001 11111001 11001 10011 0 10 11100010 1010100 1010101

Color Harmonies of #BBC9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9F9

Black with #BBC9F9

Text Example


Text Example

White with #BBC9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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