Html Css Color HEX #BFCAF2 Periwinkle

📋 copy color: '#BFCAF2'

red 191 ◦ green 202 ◦ blue 242

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

Shades of Periwinkle #BFCAF2

Tints of Periwinkle #BFCAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.81%

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

R = 30.08%
G = 31.81%
B = 38.11%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFCAF2 (or 0xBFCAF2) is known color: Periwinkle. HEX triplet: BF, CA and F2. RGB value is (191,202,242). Sum of RGB (Red+Green+Blue) = 191+202+242=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAF2 is #40350D. Grayscale: #CBCBCB. Windows color (decimal): -4207886 or 15911615. OLE color: 15911615.

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

Color convert

RGB 191 202 242 -
CMYK 0.21 0.17 0 0.05
HSL 227.06º 0.66% 0.85% -
HSV(B) 227.06º 0.21% 0.95% -
XYZ 58.63 59.73 92.44 -
YUV 203.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 191 202 242 0.21 0.17 0 0.05 227.06 0.66 0.85
Hex BF CA F2 15 11 0 5 E3 42 55
Octal 277 312 362 25 21 0 5 343 102 125
Binary 10111111 11001010 11110010 10101 10001 0 101 11100011 1000010 1010101

Color Harmonies of #BFCAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAF2

Black with #BFCAF2

Text Example


Text Example

White with #BFCAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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