Html Css Color HEX #BFC3EB Periwinkle

📋 copy color: '#BFC3EB'

red 191 ◦ green 195 ◦ blue 235

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

Shades of Periwinkle #BFC3EB

Tints of Periwinkle #BFC3EB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.4%

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

R = 30.76%
G = 31.4%
B = 37.84%

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

#BFC3EB (or 0xBFC3EB) is known color: Periwinkle. HEX triplet: BF, C3 and EB. RGB value is (191,195,235). Sum of RGB (Red+Green+Blue) = 191+195+235=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFC3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3EB is #403C14. Grayscale: #C6C6C6. Windows color (decimal): -4209685 or 15451071. OLE color: 15451071.

HSL color Cylindrical-coordinate representation of color #BFC3EB: hue angle of 234.55º 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 #BFC3EB is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 195 235 -
CMYK 0.19 0.17 0 0.08
HSL 234.55º 0.52% 0.84% -
HSV(B) 234.55º 0.19% 0.92% -
XYZ 56 56.1 86.48 -
YUV 198.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 191 195 235 0.19 0.17 0 0.08 234.55 0.52 0.84
Hex BF C3 EB 13 11 0 8 EB 34 54
Octal 277 303 353 23 21 0 10 353 64 124
Binary 10111111 11000011 11101011 10011 10001 0 1000 11101011 110100 1010100

Color Harmonies of #BFC3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC3EB

Black with #BFC3EB

Text Example


Text Example

White with #BFC3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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