Html Css Color HEX #BBC6F8 Periwinkle

📋 copy color: '#BBC6F8'

red 187 ◦ green 198 ◦ blue 248

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

Shades of Periwinkle #BBC6F8

Tints of Periwinkle #BBC6F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.18%

R = 29.54%
G = 31.28%
B = 39.18%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBC6F8 (or 0xBBC6F8) is known color: Periwinkle. HEX triplet: BB, C6 and F8. RGB value is (187,198,248). Sum of RGB (Red+Green+Blue) = 187+198+248=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 248 (97.27% from 255 or 39.18% from 633); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBC6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6F8 is #443907. Grayscale: #C8C8C8. Windows color (decimal): -4471048 or 16303803. OLE color: 16303803.

HSL color Cylindrical-coordinate representation of color #BBC6F8: hue angle of 229.18º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC6F8 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 198 248 -
CMYK 0.25 0.20 0 0.03
HSL 229.18º 0.81% 0.85% -
HSV(B) 229.18º 0.25% 0.97% -
XYZ 57.63 57.73 96.91 -
YUV 200.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 187 198 248 0.25 0.20 0 0.03 229.18 0.81 0.85
Hex BB C6 F8 19 14 0 3 E5 51 55
Octal 273 306 370 31 24 0 3 345 121 125
Binary 10111011 11000110 11111000 11001 10100 0 11 11100101 1010001 1010101

Color Harmonies of #BBC6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6F8

Black with #BBC6F8

Text Example


Text Example

White with #BBC6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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