Html Css Color HEX #BFCCF2 Periwinkle

📋 copy color: '#BFCCF2'

red 191 ◦ green 204 ◦ blue 242

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

Shades of Periwinkle #BFCCF2

Tints of Periwinkle #BFCCF2

RGB

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

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

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

R = 29.98%
G = 32.03%
B = 37.99%

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

#BFCCF2 (or 0xBFCCF2) is known color: Periwinkle. HEX triplet: BF, CC and F2. RGB value is (191,204,242). Sum of RGB (Red+Green+Blue) = 191+204+242=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCF2 is #40330D. Grayscale: #CCCCCC. Windows color (decimal): -4207374 or 15912127. OLE color: 15912127.

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

Color convert

RGB 191 204 242 -
CMYK 0.21 0.16 0 0.05
HSL 224.71º 0.66% 0.85% -
HSV(B) 224.71º 0.21% 0.95% -
XYZ 59.11 60.67 92.6 -
YUV 204.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 191 204 242 0.21 0.16 0 0.05 224.71 0.66 0.85
Hex BF CC F2 15 10 0 5 E1 42 55
Octal 277 314 362 25 20 0 5 341 102 125
Binary 10111111 11001100 11110010 10101 10000 0 101 11100001 1000010 1010101

Color Harmonies of #BFCCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCF2

Black with #BFCCF2

Text Example


Text Example

White with #BFCCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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