Html Css Color HEX #BFCEE5 Periwinkle

📋 copy color: '#BFCEE5'

red 191 ◦ green 206 ◦ blue 229

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

Shades of Periwinkle #BFCEE5

Tints of Periwinkle #BFCEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.58%

R = 30.51%
G = 32.91%
B = 36.58%

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

#BFCEE5 (or 0xBFCEE5) is known color: Periwinkle. HEX triplet: BF, CE and E5. RGB value is (191,206,229). Sum of RGB (Red+Green+Blue) = 191+206+229=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFCEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEE5 is #40311A. Grayscale: #CCCCCC. Windows color (decimal): -4206875 or 15060671. OLE color: 15060671.

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

Color convert

RGB 191 206 229 -
CMYK 0.17 0.10 0 0.10
HSL 216.32º 0.42% 0.82% -
HSV(B) 216.32º 0.17% 0.9% -
XYZ 57.7 60.88 82.84 -
YUV 204.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 191 206 229 0.17 0.10 0 0.10 216.32 0.42 0.82
Hex BF CE E5 11 A 0 A D8 2A 52
Octal 277 316 345 21 12 0 12 330 52 122
Binary 10111111 11001110 11100101 10001 1010 0 1010 11011000 101010 1010010

Color Harmonies of #BFCEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEE5

Black with #BFCEE5

Text Example


Text Example

White with #BFCEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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