Html Css Color HEX #BFCCFB Periwinkle

📋 copy color: '#BFCCFB'

red 191 ◦ green 204 ◦ blue 251

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

Shades of Periwinkle #BFCCFB

Tints of Periwinkle #BFCCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.85%

R = 29.57%
G = 31.58%
B = 38.85%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFCCFB (or 0xBFCCFB) is known color: Periwinkle. HEX triplet: BF, CC and FB. RGB value is (191,204,251). Sum of RGB (Red+Green+Blue) = 191+204+251=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFCCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCFB is #403304. Grayscale: #CDCDCD. Windows color (decimal): -4207365 or 16501951. OLE color: 16501951.

HSL color Cylindrical-coordinate representation of color #BFCCFB: hue angle of 227º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCCFB is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 204 251 -
CMYK 0.24 0.19 0 0.02
HSL 227º 0.88% 0.87% -
HSV(B) 227º 0.24% 0.98% -
XYZ 60.49 61.23 99.9 -
YUV 205.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 191 204 251 0.24 0.19 0 0.02 227 0.88 0.87
Hex BF CC FB 18 13 0 2 E3 58 57
Octal 277 314 373 30 23 0 2 343 130 127
Binary 10111111 11001100 11111011 11000 10011 0 10 11100011 1011000 1010111

Color Harmonies of #BFCCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCFB

Black with #BFCCFB

Text Example


Text Example

White with #BFCCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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