Html Css Color HEX #BFCFED Periwinkle

📋 copy color: '#BFCFED'

red 191 ◦ green 207 ◦ blue 237

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

Shades of Periwinkle #BFCFED

Tints of Periwinkle #BFCFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.32%

R = 30.08%
G = 32.6%
B = 37.32%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFCFED (or 0xBFCFED) is known color: Periwinkle. HEX triplet: BF, CF and ED. RGB value is (191,207,237). Sum of RGB (Red+Green+Blue) = 191+207+237=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFED is #403012. Grayscale: #CDCDCD. Windows color (decimal): -4206611 or 15585215. OLE color: 15585215.

HSL color Cylindrical-coordinate representation of color #BFCFED: hue angle of 219.13º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCFED is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 207 237 -
CMYK 0.19 0.13 0 0.07
HSL 219.13º 0.56% 0.84% -
HSV(B) 219.13º 0.19% 0.93% -
XYZ 59.08 61.82 88.94 -
YUV 205.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 191 207 237 0.19 0.13 0 0.07 219.13 0.56 0.84
Hex BF CF ED 13 D 0 7 DB 38 54
Octal 277 317 355 23 15 0 7 333 70 124
Binary 10111111 11001111 11101101 10011 1101 0 111 11011011 111000 1010100

Color Harmonies of #BFCFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFED

Black with #BFCFED

Text Example


Text Example

White with #BFCFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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