Html Css Color HEX #BFC9F1 Periwinkle

📋 copy color: '#BFC9F1'

red 191 ◦ green 201 ◦ blue 241

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

Shades of Periwinkle #BFC9F1

Tints of Periwinkle #BFC9F1

RGB

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

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

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

R = 30.17%
G = 31.75%
B = 38.07%

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

#BFC9F1 (or 0xBFC9F1) is known color: Periwinkle. HEX triplet: BF, C9 and F1. RGB value is (191,201,241). Sum of RGB (Red+Green+Blue) = 191+201+241=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFC9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9F1 is #40360E. Grayscale: #CACACA. Windows color (decimal): -4208143 or 15845823. OLE color: 15845823.

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

Color convert

RGB 191 201 241 -
CMYK 0.21 0.17 0 0.05
HSL 228º 0.64% 0.85% -
HSV(B) 228º 0.21% 0.95% -
XYZ 58.25 59.2 91.58 -
YUV 202.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 191 201 241 0.21 0.17 0 0.05 228 0.64 0.85
Hex BF C9 F1 15 11 0 5 E4 40 55
Octal 277 311 361 25 21 0 5 344 100 125
Binary 10111111 11001001 11110001 10101 10001 0 101 11100100 1000000 1010101

Color Harmonies of #BFC9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9F1

Black with #BFC9F1

Text Example


Text Example

White with #BFC9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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