Html Css Color HEX #BFCCE7 Periwinkle

📋 copy color: '#BFCCE7'

red 191 ◦ green 204 ◦ blue 231

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

Shades of Periwinkle #BFCCE7

Tints of Periwinkle #BFCCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.9%

R = 30.51%
G = 32.59%
B = 36.9%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFCCE7 (or 0xBFCCE7) is known color: Periwinkle. HEX triplet: BF, CC and E7. RGB value is (191,204,231). Sum of RGB (Red+Green+Blue) = 191+204+231=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFCCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCE7 is #403318. Grayscale: #CBCBCB. Windows color (decimal): -4207385 or 15191231. OLE color: 15191231.

HSL color Cylindrical-coordinate representation of color #BFCCE7: hue angle of 220.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCCE7 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 204 231 -
CMYK 0.17 0.12 0 0.09
HSL 220.5º 0.45% 0.83% -
HSV(B) 220.5º 0.17% 0.91% -
XYZ 57.5 60.03 84.16 -
YUV 203.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 191 204 231 0.17 0.12 0 0.09 220.5 0.45 0.83
Hex BF CC E7 11 C 0 9 DC 2D 53
Octal 277 314 347 21 14 0 11 334 55 123
Binary 10111111 11001100 11100111 10001 1100 0 1001 11011100 101101 1010011

Color Harmonies of #BFCCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCE7

Black with #BFCCE7

Text Example


Text Example

White with #BFCCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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