Html Css Color HEX #BFC7EE Periwinkle

📋 copy color: '#BFC7EE'

red 191 ◦ green 199 ◦ blue 238

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

Shades of Periwinkle #BFC7EE

Tints of Periwinkle #BFC7EE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.69%

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

R = 30.41%
G = 31.69%
B = 37.9%

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

#BFC7EE (or 0xBFC7EE) is known color: Periwinkle. HEX triplet: BF, C7 and EE. RGB value is (191,199,238). Sum of RGB (Red+Green+Blue) = 191+199+238=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7EE is #403811. Grayscale: #C8C8C8. Windows color (decimal): -4208658 or 15648703. OLE color: 15648703.

HSL color Cylindrical-coordinate representation of color #BFC7EE: hue angle of 229.79º 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 #BFC7EE is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 199 238 -
CMYK 0.20 0.16 0 0.07
HSL 229.79º 0.58% 0.84% -
HSV(B) 229.79º 0.2% 0.93% -
XYZ 57.34 58.1 89.08 -
YUV 201.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 191 199 238 0.20 0.16 0 0.07 229.79 0.58 0.84
Hex BF C7 EE 14 10 0 7 E6 3A 54
Octal 277 307 356 24 20 0 7 346 72 124
Binary 10111111 11000111 11101110 10100 10000 0 111 11100110 111010 1010100

Color Harmonies of #BFC7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7EE

Black with #BFC7EE

Text Example


Text Example

White with #BFC7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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