Html Css Color HEX #BFCCE6 Periwinkle

📋 copy color: '#BFCCE6'

red 191 ◦ green 204 ◦ blue 230

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

Shades of Periwinkle #BFCCE6

Tints of Periwinkle #BFCCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.8%

R = 30.56%
G = 32.64%
B = 36.8%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFCCE6 (or 0xBFCCE6) is known color: Periwinkle. HEX triplet: BF, CC and E6. RGB value is (191,204,230). Sum of RGB (Red+Green+Blue) = 191+204+230=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCE6 is #403319. Grayscale: #CACACA. Windows color (decimal): -4207386 or 15125695. OLE color: 15125695.

HSL color Cylindrical-coordinate representation of color #BFCCE6: hue angle of 220º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCCE6 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 204 230 -
CMYK 0.17 0.11 0 0.10
HSL 220º 0.44% 0.83% -
HSV(B) 220º 0.17% 0.9% -
XYZ 57.36 59.98 83.42 -
YUV 203.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 191 204 230 0.17 0.11 0 0.10 220 0.44 0.83
Hex BF CC E6 11 B 0 A DC 2C 53
Octal 277 314 346 21 13 0 12 334 54 123
Binary 10111111 11001100 11100110 10001 1011 0 1010 11011100 101100 1010011

Color Harmonies of #BFCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCE6

Black with #BFCCE6

Text Example


Text Example

White with #BFCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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