Html Css Color HEX #BFCDF1 Periwinkle

📋 copy color: '#BFCDF1'

red 191 ◦ green 205 ◦ blue 241

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

Shades of Periwinkle #BFCDF1

Tints of Periwinkle #BFCDF1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.18%

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

R = 29.98%
G = 32.18%
B = 37.83%

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

#BFCDF1 (or 0xBFCDF1) is known color: Periwinkle. HEX triplet: BF, CD and F1. RGB value is (191,205,241). Sum of RGB (Red+Green+Blue) = 191+205+241=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDF1 is #40320E. Grayscale: #CCCCCC. Windows color (decimal): -4207119 or 15846847. OLE color: 15846847.

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

Color convert

RGB 191 205 241 -
CMYK 0.21 0.15 0 0.05
HSL 223.2º 0.64% 0.85% -
HSV(B) 223.2º 0.21% 0.95% -
XYZ 59.19 61.09 91.89 -
YUV 204.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 191 205 241 0.21 0.15 0 0.05 223.2 0.64 0.85
Hex BF CD F1 15 F 0 5 DF 40 55
Octal 277 315 361 25 17 0 5 337 100 125
Binary 10111111 11001101 11110001 10101 1111 0 101 11011111 1000000 1010101

Color Harmonies of #BFCDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDF1

Black with #BFCDF1

Text Example


Text Example

White with #BFCDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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