Html Css Color HEX #BFC6F3 Periwinkle

📋 copy color: '#BFC6F3'

red 191 ◦ green 198 ◦ blue 243

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

Shades of Periwinkle #BFC6F3

Tints of Periwinkle #BFC6F3

RGB

 RED value IS 191 (75% from 255) = 30.22%

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

 BLUE value IS 243 (95.31% from 255) = 38.45%

R = 30.22%
G = 31.33%
B = 38.45%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFC6F3 (or 0xBFC6F3) is known color: Periwinkle. HEX triplet: BF, C6 and F3. RGB value is (191,198,243). Sum of RGB (Red+Green+Blue) = 191+198+243=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFC6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6F3 is #40390C. Grayscale: #C8C8C8. Windows color (decimal): -4208909 or 15976127. OLE color: 15976127.

HSL color Cylindrical-coordinate representation of color #BFC6F3: hue angle of 231.92º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC6F3 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 198 243 -
CMYK 0.21 0.19 0 0.05
HSL 231.92º 0.68% 0.85% -
HSV(B) 231.92º 0.21% 0.95% -
XYZ 57.86 57.94 92.93 -
YUV 201.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 191 198 243 0.21 0.19 0 0.05 231.92 0.68 0.85
Hex BF C6 F3 15 13 0 5 E8 44 55
Octal 277 306 363 25 23 0 5 350 104 125
Binary 10111111 11000110 11110011 10101 10011 0 101 11101000 1000100 1010101

Color Harmonies of #BFC6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6F3

Black with #BFC6F3

Text Example


Text Example

White with #BFC6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6F3; }

 p { color: rgb(191,198,243); }

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

background-color css

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

 a { background-color: rgb(191,198,243); }

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

border-color css

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

 span { border-color: rgb(191,198,243); }

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