Html Css Color HEX #BBC6F9 Periwinkle

📋 copy color: '#BBC6F9'

red 187 ◦ green 198 ◦ blue 249

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

Shades of Periwinkle #BBC6F9

Tints of Periwinkle #BBC6F9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.23%

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

R = 29.5%
G = 31.23%
B = 39.27%

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

#BBC6F9 (or 0xBBC6F9) is known color: Periwinkle. HEX triplet: BB, C6 and F9. RGB value is (187,198,249). Sum of RGB (Red+Green+Blue) = 187+198+249=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBC6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6F9 is #443906. Grayscale: #C8C8C8. Windows color (decimal): -4471047 or 16369339. OLE color: 16369339.

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

Color convert

RGB 187 198 249 -
CMYK 0.25 0.20 0 0.02
HSL 229.35º 0.84% 0.85% -
HSV(B) 229.35º 0.25% 0.98% -
XYZ 57.79 57.79 97.73 -
YUV 200.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 187 198 249 0.25 0.20 0 0.02 229.35 0.84 0.85
Hex BB C6 F9 19 14 0 2 E5 54 55
Octal 273 306 371 31 24 0 2 345 124 125
Binary 10111011 11000110 11111001 11001 10100 0 10 11100101 1010100 1010101

Color Harmonies of #BBC6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6F9

Black with #BBC6F9

Text Example


Text Example

White with #BBC6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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