Html Css Color HEX #BFCBE9 Periwinkle

📋 copy color: '#BFCBE9'

red 191 ◦ green 203 ◦ blue 233

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

Shades of Periwinkle #BFCBE9

Tints of Periwinkle #BFCBE9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.38%

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

R = 30.46%
G = 32.38%
B = 37.16%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFCBE9 (or 0xBFCBE9) is known color: Periwinkle. HEX triplet: BF, CB and E9. RGB value is (191,203,233). Sum of RGB (Red+Green+Blue) = 191+203+233=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFCBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBE9 is #403416. Grayscale: #CACACA. Windows color (decimal): -4207639 or 15322047. OLE color: 15322047.

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

Color convert

RGB 191 203 233 -
CMYK 0.18 0.13 0 0.09
HSL 222.86º 0.49% 0.83% -
HSV(B) 222.86º 0.18% 0.91% -
XYZ 57.55 59.67 85.58 -
YUV 202.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 191 203 233 0.18 0.13 0 0.09 222.86 0.49 0.83
Hex BF CB E9 12 D 0 9 DF 31 53
Octal 277 313 351 22 15 0 11 337 61 123
Binary 10111111 11001011 11101001 10010 1101 0 1001 11011111 110001 1010011

Color Harmonies of #BFCBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBE9

Black with #BFCBE9

Text Example


Text Example

White with #BFCBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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