Html Css Color HEX #BFCCF1 Periwinkle

📋 copy color: '#BFCCF1'

red 191 ◦ green 204 ◦ blue 241

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

Shades of Periwinkle #BFCCF1

Tints of Periwinkle #BFCCF1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.08%

 BLUE value IS 241 (94.53% from 255) = 37.89%

R = 30.03%
G = 32.08%
B = 37.89%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFCCF1 (or 0xBFCCF1) is known color: Periwinkle. HEX triplet: BF, CC and F1. RGB value is (191,204,241). Sum of RGB (Red+Green+Blue) = 191+204+241=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCF1 is #40330E. Grayscale: #CCCCCC. Windows color (decimal): -4207375 or 15846591. OLE color: 15846591.

HSL color Cylindrical-coordinate representation of color #BFCCF1: hue angle of 224.4º degrees, saturation: 0.64, 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 #BFCCF1 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 204 241 -
CMYK 0.21 0.15 0 0.05
HSL 224.4º 0.64% 0.85% -
HSV(B) 224.4º 0.21% 0.95% -
XYZ 58.96 60.61 91.81 -
YUV 204.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 191 204 241 0.21 0.15 0 0.05 224.4 0.64 0.85
Hex BF CC F1 15 F 0 5 E0 40 55
Octal 277 314 361 25 17 0 5 340 100 125
Binary 10111111 11001100 11110001 10101 1111 0 101 11100000 1000000 1010101

Color Harmonies of #BFCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCF1

Black with #BFCCF1

Text Example


Text Example

White with #BFCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCF1; }

 p { color: rgb(191,204,241); }

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

background-color css

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

 a { background-color: rgb(191,204,241); }

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

border-color css

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

 span { border-color: rgb(191,204,241); }

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