Html Css Color HEX #BFCDF2 Periwinkle

📋 copy color: '#BFCDF2'

red 191 ◦ green 205 ◦ blue 242

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

Shades of Periwinkle #BFCDF2

Tints of Periwinkle #BFCDF2

RGB

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

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

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

R = 29.94%
G = 32.13%
B = 37.93%

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

#BFCDF2 (or 0xBFCDF2) is known color: Periwinkle. HEX triplet: BF, CD and F2. RGB value is (191,205,242). Sum of RGB (Red+Green+Blue) = 191+205+242=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDF2 is #40320D. Grayscale: #CCCCCC. Windows color (decimal): -4207118 or 15912383. OLE color: 15912383.

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

Color convert

RGB 191 205 242 -
CMYK 0.21 0.15 0 0.05
HSL 223.53º 0.66% 0.85% -
HSV(B) 223.53º 0.21% 0.95% -
XYZ 59.34 61.15 92.68 -
YUV 205.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 191 205 242 0.21 0.15 0 0.05 223.53 0.66 0.85
Hex BF CD F2 15 F 0 5 E0 42 55
Octal 277 315 362 25 17 0 5 340 102 125
Binary 10111111 11001101 11110010 10101 1111 0 101 11100000 1000010 1010101

Color Harmonies of #BFCDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDF2

Black with #BFCDF2

Text Example


Text Example

White with #BFCDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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