Html Css Color HEX #BFC8F1 Periwinkle

📋 copy color: '#BFC8F1'

red 191 ◦ green 200 ◦ blue 241

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

Shades of Periwinkle #BFC8F1

Tints of Periwinkle #BFC8F1

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.65%

 BLUE value IS 241 (94.53% from 255) = 38.13%

R = 30.22%
G = 31.65%
B = 38.13%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFC8F1 (or 0xBFC8F1) is known color: Periwinkle. HEX triplet: BF, C8 and F1. RGB value is (191,200,241). Sum of RGB (Red+Green+Blue) = 191+200+241=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8F1 is #40370E. Grayscale: #C9C9C9. Windows color (decimal): -4208399 or 15845567. OLE color: 15845567.

HSL color Cylindrical-coordinate representation of color #BFC8F1: hue angle of 229.2º degrees, saturation: 0.64, 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 #BFC8F1 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 200 241 -
CMYK 0.21 0.17 0 0.05
HSL 229.2º 0.64% 0.85% -
HSV(B) 229.2º 0.21% 0.95% -
XYZ 58.02 58.74 91.5 -
YUV 201.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 191 200 241 0.21 0.17 0 0.05 229.2 0.64 0.85
Hex BF C8 F1 15 11 0 5 E5 40 55
Octal 277 310 361 25 21 0 5 345 100 125
Binary 10111111 11001000 11110001 10101 10001 0 101 11100101 1000000 1010101

Color Harmonies of #BFC8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC8F1

Black with #BFC8F1

Text Example


Text Example

White with #BFC8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC8F1; }

 p { color: rgb(191,200,241); }

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

background-color css

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

 a { background-color: rgb(191,200,241); }

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

border-color css

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

 span { border-color: rgb(191,200,241); }

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