Html Css Color HEX #BFC4EE Periwinkle

📋 copy color: '#BFC4EE'

red 191 ◦ green 196 ◦ blue 238

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

Shades of Periwinkle #BFC4EE

Tints of Periwinkle #BFC4EE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.36%

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

R = 30.56%
G = 31.36%
B = 38.08%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFC4EE (or 0xBFC4EE) is known color: Periwinkle. HEX triplet: BF, C4 and EE. RGB value is (191,196,238). Sum of RGB (Red+Green+Blue) = 191+196+238=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4EE is #403B11. Grayscale: #C7C7C7. Windows color (decimal): -4209426 or 15647935. OLE color: 15647935.

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

Color convert

RGB 191 196 238 -
CMYK 0.20 0.18 0 0.07
HSL 233.62º 0.58% 0.84% -
HSV(B) 233.62º 0.2% 0.93% -
XYZ 56.66 56.73 88.85 -
YUV 199.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 191 196 238 0.20 0.18 0 0.07 233.62 0.58 0.84
Hex BF C4 EE 14 12 0 7 EA 3A 54
Octal 277 304 356 24 22 0 7 352 72 124
Binary 10111111 11000100 11101110 10100 10010 0 111 11101010 111010 1010100

Color Harmonies of #BFC4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC4EE

Black with #BFC4EE

Text Example


Text Example

White with #BFC4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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