Html Css Color HEX #BFCBF2 Periwinkle

📋 copy color: '#BFCBF2'

red 191 ◦ green 203 ◦ blue 242

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

Shades of Periwinkle #BFCBF2

Tints of Periwinkle #BFCBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.92%

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

R = 30.03%
G = 31.92%
B = 38.05%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFCBF2 (or 0xBFCBF2) is known color: Periwinkle. HEX triplet: BF, CB and F2. RGB value is (191,203,242). Sum of RGB (Red+Green+Blue) = 191+203+242=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBF2 is #40340D. Grayscale: #CBCBCB. Windows color (decimal): -4207630 or 15911871. OLE color: 15911871.

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

Color convert

RGB 191 203 242 -
CMYK 0.21 0.16 0 0.05
HSL 225.88º 0.66% 0.85% -
HSV(B) 225.88º 0.21% 0.95% -
XYZ 58.87 60.2 92.52 -
YUV 203.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 191 203 242 0.21 0.16 0 0.05 225.88 0.66 0.85
Hex BF CB F2 15 10 0 5 E2 42 55
Octal 277 313 362 25 20 0 5 342 102 125
Binary 10111111 11001011 11110010 10101 10000 0 101 11100010 1000010 1010101

Color Harmonies of #BFCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBF2

Black with #BFCBF2

Text Example


Text Example

White with #BFCBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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