Html Css Color HEX #BFC3E6 Periwinkle

📋 copy color: '#BFC3E6'

red 191 ◦ green 195 ◦ blue 230

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

Shades of Periwinkle #BFC3E6

Tints of Periwinkle #BFC3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.34%

R = 31.01%
G = 31.66%
B = 37.34%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFC3E6 (or 0xBFC3E6) is known color: Periwinkle. HEX triplet: BF, C3 and E6. RGB value is (191,195,230). Sum of RGB (Red+Green+Blue) = 191+195+230=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFC3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3E6 is #403C19. Grayscale: #C5C5C5. Windows color (decimal): -4209690 or 15123391. OLE color: 15123391.

HSL color Cylindrical-coordinate representation of color #BFC3E6: hue angle of 233.85º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC3E6 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 195 230 -
CMYK 0.17 0.15 0 0.10
HSL 233.85º 0.44% 0.83% -
HSV(B) 233.85º 0.17% 0.9% -
XYZ 55.28 55.82 82.72 -
YUV 197.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 191 195 230 0.17 0.15 0 0.10 233.85 0.44 0.83
Hex BF C3 E6 11 F 0 A EA 2C 53
Octal 277 303 346 21 17 0 12 352 54 123
Binary 10111111 11000011 11100110 10001 1111 0 1010 11101010 101100 1010011

Color Harmonies of #BFC3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC3E6

Black with #BFC3E6

Text Example


Text Example

White with #BFC3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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