Html Css Color HEX #BFC7F2 Periwinkle

📋 copy color: '#BFC7F2'

red 191 ◦ green 199 ◦ blue 242

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

Shades of Periwinkle #BFC7F2

Tints of Periwinkle #BFC7F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 30.22%
G = 31.49%
B = 38.29%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFC7F2 (or 0xBFC7F2) is known color: Periwinkle. HEX triplet: BF, C7 and F2. RGB value is (191,199,242). Sum of RGB (Red+Green+Blue) = 191+199+242=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFC7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7F2 is #40380D. Grayscale: #C9C9C9. Windows color (decimal): -4208654 or 15910847. OLE color: 15910847.

HSL color Cylindrical-coordinate representation of color #BFC7F2: hue angle of 230.59º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC7F2 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 199 242 -
CMYK 0.21 0.18 0 0.05
HSL 230.59º 0.66% 0.85% -
HSV(B) 230.59º 0.21% 0.95% -
XYZ 57.94 58.33 92.21 -
YUV 201.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 191 199 242 0.21 0.18 0 0.05 230.59 0.66 0.85
Hex BF C7 F2 15 12 0 5 E7 42 55
Octal 277 307 362 25 22 0 5 347 102 125
Binary 10111111 11000111 11110010 10101 10010 0 101 11100111 1000010 1010101

Color Harmonies of #BFC7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7F2

Black with #BFC7F2

Text Example


Text Example

White with #BFC7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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