Html Css Color HEX #BFCFE9 Periwinkle

📋 copy color: '#BFCFE9'

red 191 ◦ green 207 ◦ blue 233

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

Shades of Periwinkle #BFCFE9

Tints of Periwinkle #BFCFE9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.81%

 BLUE value IS 233 (91.41% from 255) = 36.93%

R = 30.27%
G = 32.81%
B = 36.93%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFCFE9 (or 0xBFCFE9) is known color: Periwinkle. HEX triplet: BF, CF and E9. RGB value is (191,207,233). Sum of RGB (Red+Green+Blue) = 191+207+233=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFCFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFE9 is #403016. Grayscale: #CDCDCD. Windows color (decimal): -4206615 or 15323071. OLE color: 15323071.

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

Color convert

RGB 191 207 233 -
CMYK 0.18 0.11 0 0.09
HSL 217.14º 0.49% 0.83% -
HSV(B) 217.14º 0.18% 0.91% -
XYZ 58.51 61.59 85.89 -
YUV 205.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 191 207 233 0.18 0.11 0 0.09 217.14 0.49 0.83
Hex BF CF E9 12 B 0 9 D9 31 53
Octal 277 317 351 22 13 0 11 331 61 123
Binary 10111111 11001111 11101001 10010 1011 0 1001 11011001 110001 1010011

Color Harmonies of #BFCFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFE9

Black with #BFCFE9

Text Example


Text Example

White with #BFCFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFE9; }

 p { color: rgb(191,207,233); }

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

background-color css

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

 a { background-color: rgb(191,207,233); }

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

border-color css

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

 span { border-color: rgb(191,207,233); }

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