Html Css Color HEX #BFC9EF Periwinkle

📋 copy color: '#BFC9EF'

red 191 ◦ green 201 ◦ blue 239

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

Shades of Periwinkle #BFC9EF

Tints of Periwinkle #BFC9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.88%

R = 30.27%
G = 31.85%
B = 37.88%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFC9EF (or 0xBFC9EF) is known color: Periwinkle. HEX triplet: BF, C9 and EF. RGB value is (191,201,239). Sum of RGB (Red+Green+Blue) = 191+201+239=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9EF is #403610. Grayscale: #CACACA. Windows color (decimal): -4208145 or 15714751. OLE color: 15714751.

HSL color Cylindrical-coordinate representation of color #BFC9EF: hue angle of 227.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC9EF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 201 239 -
CMYK 0.20 0.16 0 0.06
HSL 227.5º 0.6% 0.84% -
HSV(B) 227.5º 0.2% 0.94% -
XYZ 57.95 59.08 90.01 -
YUV 202.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 191 201 239 0.20 0.16 0 0.06 227.5 0.6 0.84
Hex BF C9 EF 14 10 0 6 E4 3C 54
Octal 277 311 357 24 20 0 6 344 74 124
Binary 10111111 11001001 11101111 10100 10000 0 110 11100100 111100 1010100

Color Harmonies of #BFC9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9EF

Black with #BFC9EF

Text Example


Text Example

White with #BFC9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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