Html Css Color HEX #BFCFEA Periwinkle

📋 copy color: '#BFCFEA'

red 191 ◦ green 207 ◦ blue 234

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

Shades of Periwinkle #BFCFEA

Tints of Periwinkle #BFCFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 30.22%
G = 32.75%
B = 37.03%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFCFEA (or 0xBFCFEA) is known color: Periwinkle. HEX triplet: BF, CF and EA. RGB value is (191,207,234). Sum of RGB (Red+Green+Blue) = 191+207+234=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFCFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFEA is #403015. Grayscale: #CDCDCD. Windows color (decimal): -4206614 or 15388607. OLE color: 15388607.

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

Color convert

RGB 191 207 234 -
CMYK 0.18 0.12 0 0.08
HSL 217.67º 0.51% 0.83% -
HSV(B) 217.67º 0.18% 0.92% -
XYZ 58.65 61.64 86.65 -
YUV 205.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 191 207 234 0.18 0.12 0 0.08 217.67 0.51 0.83
Hex BF CF EA 12 C 0 8 DA 33 53
Octal 277 317 352 22 14 0 10 332 63 123
Binary 10111111 11001111 11101010 10010 1100 0 1000 11011010 110011 1010011

Color Harmonies of #BFCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFEA

Black with #BFCFEA

Text Example


Text Example

White with #BFCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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