Html Css Color HEX #BFC9EE Periwinkle

📋 copy color: '#BFC9EE'

red 191 ◦ green 201 ◦ blue 238

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

Shades of Periwinkle #BFC9EE

Tints of Periwinkle #BFC9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.78%

R = 30.32%
G = 31.9%
B = 37.78%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFC9EE (or 0xBFC9EE) is known color: Periwinkle. HEX triplet: BF, C9 and EE. RGB value is (191,201,238). Sum of RGB (Red+Green+Blue) = 191+201+238=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9EE is #403611. Grayscale: #CACACA. Windows color (decimal): -4208146 or 15649215. OLE color: 15649215.

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

Color convert

RGB 191 201 238 -
CMYK 0.20 0.16 0 0.07
HSL 227.23º 0.58% 0.84% -
HSV(B) 227.23º 0.2% 0.93% -
XYZ 57.81 59.02 89.23 -
YUV 202.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 191 201 238 0.20 0.16 0 0.07 227.23 0.58 0.84
Hex BF C9 EE 14 10 0 7 E3 3A 54
Octal 277 311 356 24 20 0 7 343 72 124
Binary 10111111 11001001 11101110 10100 10000 0 111 11100011 111010 1010100

Color Harmonies of #BFC9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9EE

Black with #BFC9EE

Text Example


Text Example

White with #BFC9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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