Html Css Color HEX #BFCEE9 Periwinkle

📋 copy color: '#BFCEE9'

red 191 ◦ green 206 ◦ blue 233

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

Shades of Periwinkle #BFCEE9

Tints of Periwinkle #BFCEE9

RGB

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

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

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

R = 30.32%
G = 32.7%
B = 36.98%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFCEE9 (or 0xBFCEE9) is known color: Periwinkle. HEX triplet: BF, CE and E9. RGB value is (191,206,233). Sum of RGB (Red+Green+Blue) = 191+206+233=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFCEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEE9 is #403116. Grayscale: #CCCCCC. Windows color (decimal): -4206871 or 15322815. OLE color: 15322815.

HSL color Cylindrical-coordinate representation of color #BFCEE9: hue angle of 218.57º 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 #BFCEE9 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 206 233 -
CMYK 0.18 0.12 0 0.09
HSL 218.57º 0.49% 0.83% -
HSV(B) 218.57º 0.18% 0.91% -
XYZ 58.27 61.1 85.81 -
YUV 204.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 191 206 233 0.18 0.12 0 0.09 218.57 0.49 0.83
Hex BF CE E9 12 C 0 9 DB 31 53
Octal 277 316 351 22 14 0 11 333 61 123
Binary 10111111 11001110 11101001 10010 1100 0 1001 11011011 110001 1010011

Color Harmonies of #BFCEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEE9

Black with #BFCEE9

Text Example


Text Example

White with #BFCEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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