Html Css Color HEX #BFC2EB Periwinkle

📋 copy color: '#BFC2EB'

red 191 ◦ green 194 ◦ blue 235

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

Shades of Periwinkle #BFC2EB

Tints of Periwinkle #BFC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.29%

 BLUE value IS 235 (92.19% from 255) = 37.9%

R = 30.81%
G = 31.29%
B = 37.9%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFC2EB (or 0xBFC2EB) is known color: Periwinkle. HEX triplet: BF, C2 and EB. RGB value is (191,194,235). Sum of RGB (Red+Green+Blue) = 191+194+235=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2EB is #403D14. Grayscale: #C5C5C5. Windows color (decimal): -4209941 or 15450815. OLE color: 15450815.

HSL color Cylindrical-coordinate representation of color #BFC2EB: hue angle of 235.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC2EB is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 194 235 -
CMYK 0.19 0.17 0 0.08
HSL 235.91º 0.52% 0.84% -
HSV(B) 235.91º 0.19% 0.92% -
XYZ 55.77 55.66 86.4 -
YUV 197.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 191 194 235 0.19 0.17 0 0.08 235.91 0.52 0.84
Hex BF C2 EB 13 11 0 8 EC 34 54
Octal 277 302 353 23 21 0 10 354 64 124
Binary 10111111 11000010 11101011 10011 10001 0 1000 11101100 110100 1010100

Color Harmonies of #BFC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2EB

Black with #BFC2EB

Text Example


Text Example

White with #BFC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2EB; }

 p { color: rgb(191,194,235); }

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

background-color css

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

 a { background-color: rgb(191,194,235); }

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

border-color css

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

 span { border-color: rgb(191,194,235); }

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