Html Css Color HEX #BFCBE7 Periwinkle

📋 copy color: '#BFCBE7'

red 191 ◦ green 203 ◦ blue 231

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

Shades of Periwinkle #BFCBE7

Tints of Periwinkle #BFCBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.96%

R = 30.56%
G = 32.48%
B = 36.96%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFCBE7 (or 0xBFCBE7) is known color: Periwinkle. HEX triplet: BF, CB and E7. RGB value is (191,203,231). Sum of RGB (Red+Green+Blue) = 191+203+231=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFCBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBE7 is #403418. Grayscale: #CACACA. Windows color (decimal): -4207641 or 15190975. OLE color: 15190975.

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

Color convert

RGB 191 203 231 -
CMYK 0.17 0.12 0 0.09
HSL 222º 0.45% 0.83% -
HSV(B) 222º 0.17% 0.91% -
XYZ 57.27 59.56 84.08 -
YUV 202.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 191 203 231 0.17 0.12 0 0.09 222 0.45 0.83
Hex BF CB E7 11 C 0 9 DE 2D 53
Octal 277 313 347 21 14 0 11 336 55 123
Binary 10111111 11001011 11100111 10001 1100 0 1001 11011110 101101 1010011

Color Harmonies of #BFCBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBE7

Black with #BFCBE7

Text Example


Text Example

White with #BFCBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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