Html Css Color HEX #BFCEE6 Periwinkle

📋 copy color: '#BFCEE6'

red 191 ◦ green 206 ◦ blue 230

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

Shades of Periwinkle #BFCEE6

Tints of Periwinkle #BFCEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.85%

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

R = 30.46%
G = 32.85%
B = 36.68%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFCEE6 (or 0xBFCEE6) is known color: Periwinkle. HEX triplet: BF, CE and E6. RGB value is (191,206,230). Sum of RGB (Red+Green+Blue) = 191+206+230=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEE6 is #403119. Grayscale: #CCCCCC. Windows color (decimal): -4206874 or 15126207. OLE color: 15126207.

HSL color Cylindrical-coordinate representation of color #BFCEE6: hue angle of 216.92º 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 #BFCEE6 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 206 230 -
CMYK 0.17 0.10 0 0.10
HSL 216.92º 0.44% 0.83% -
HSV(B) 216.92º 0.17% 0.9% -
XYZ 57.84 60.93 83.58 -
YUV 204.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 191 206 230 0.17 0.10 0 0.10 216.92 0.44 0.83
Hex BF CE E6 11 A 0 A D9 2C 53
Octal 277 316 346 21 12 0 12 331 54 123
Binary 10111111 11001110 11100110 10001 1010 0 1010 11011001 101100 1010011

Color Harmonies of #BFCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEE6

Black with #BFCEE6

Text Example


Text Example

White with #BFCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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