Html Css Color HEX #BFCEF6 Periwinkle

📋 copy color: '#BFCEF6'

red 191 ◦ green 206 ◦ blue 246

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

Shades of Periwinkle #BFCEF6

Tints of Periwinkle #BFCEF6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.04%

 BLUE value IS 246 (96.48% from 255) = 38.26%

R = 29.7%
G = 32.04%
B = 38.26%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFCEF6 (or 0xBFCEF6) is known color: Periwinkle. HEX triplet: BF, CE and F6. RGB value is (191,206,246). Sum of RGB (Red+Green+Blue) = 191+206+246=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEF6 is #403109. Grayscale: #CDCDCD. Windows color (decimal): -4206858 or 16174783. OLE color: 16174783.

HSL color Cylindrical-coordinate representation of color #BFCEF6: hue angle of 223.64º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFCEF6 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 206 246 -
CMYK 0.22 0.16 0 0.04
HSL 223.64º 0.75% 0.86% -
HSV(B) 223.64º 0.22% 0.96% -
XYZ 60.19 61.87 95.96 -
YUV 206.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 191 206 246 0.22 0.16 0 0.04 223.64 0.75 0.86
Hex BF CE F6 16 10 0 4 E0 4B 56
Octal 277 316 366 26 20 0 4 340 113 126
Binary 10111111 11001110 11110110 10110 10000 0 100 11100000 1001011 1010110

Color Harmonies of #BFCEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEF6

Black with #BFCEF6

Text Example


Text Example

White with #BFCEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEF6; }

 p { color: rgb(191,206,246); }

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

background-color css

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

 a { background-color: rgb(191,206,246); }

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

border-color css

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

 span { border-color: rgb(191,206,246); }

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