Html Css Color HEX #BFCFEB Periwinkle

📋 copy color: '#BFCFEB'

red 191 ◦ green 207 ◦ blue 235

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

Shades of Periwinkle #BFCFEB

Tints of Periwinkle #BFCFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.12%

R = 30.17%
G = 32.7%
B = 37.12%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFCFEB (or 0xBFCFEB) is known color: Periwinkle. HEX triplet: BF, CF and EB. RGB value is (191,207,235). Sum of RGB (Red+Green+Blue) = 191+207+235=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFCFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFEB is #403014. Grayscale: #CDCDCD. Windows color (decimal): -4206613 or 15454143. OLE color: 15454143.

HSL color Cylindrical-coordinate representation of color #BFCFEB: hue angle of 218.18º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCFEB is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 207 235 -
CMYK 0.19 0.12 0 0.08
HSL 218.18º 0.52% 0.84% -
HSV(B) 218.18º 0.19% 0.92% -
XYZ 58.79 61.7 87.41 -
YUV 205.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 191 207 235 0.19 0.12 0 0.08 218.18 0.52 0.84
Hex BF CF EB 13 C 0 8 DA 34 54
Octal 277 317 353 23 14 0 10 332 64 124
Binary 10111111 11001111 11101011 10011 1100 0 1000 11011010 110100 1010100

Color Harmonies of #BFCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFEB

Black with #BFCFEB

Text Example


Text Example

White with #BFCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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