Html Css Color HEX #BFCCE3 Periwinkle

📋 copy color: '#BFCCE3'

red 191 ◦ green 204 ◦ blue 227

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

Shades of Periwinkle #BFCCE3

Tints of Periwinkle #BFCCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.5%

R = 30.71%
G = 32.8%
B = 36.5%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFCCE3 (or 0xBFCCE3) is known color: Periwinkle. HEX triplet: BF, CC and E3. RGB value is (191,204,227). Sum of RGB (Red+Green+Blue) = 191+204+227=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFCCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCE3 is #40331C. Grayscale: #CACACA. Windows color (decimal): -4207389 or 14929087. OLE color: 14929087.

HSL color Cylindrical-coordinate representation of color #BFCCE3: hue angle of 218.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFCCE3 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 204 227 -
CMYK 0.16 0.10 0 0.11
HSL 218.33º 0.39% 0.82% -
HSV(B) 218.33º 0.16% 0.89% -
XYZ 56.94 59.81 81.22 -
YUV 202.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 191 204 227 0.16 0.10 0 0.11 218.33 0.39 0.82
Hex BF CC E3 10 A 0 B DA 27 52
Octal 277 314 343 20 12 0 13 332 47 122
Binary 10111111 11001100 11100011 10000 1010 0 1011 11011010 100111 1010010

Color Harmonies of #BFCCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCE3

Black with #BFCCE3

Text Example


Text Example

White with #BFCCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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