Html Css Color HEX #BFCEF5 Periwinkle

📋 copy color: '#BFCEF5'

red 191 ◦ green 206 ◦ blue 245

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

Shades of Periwinkle #BFCEF5

Tints of Periwinkle #BFCEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.16%

R = 29.75%
G = 32.09%
B = 38.16%

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

#BFCEF5 (or 0xBFCEF5) is known color: Periwinkle. HEX triplet: BF, CE and F5. RGB value is (191,206,245). Sum of RGB (Red+Green+Blue) = 191+206+245=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFCEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEF5 is #40310A. Grayscale: #CDCDCD. Windows color (decimal): -4206859 or 16109247. OLE color: 16109247.

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

Color convert

RGB 191 206 245 -
CMYK 0.22 0.16 0 0.04
HSL 223.33º 0.73% 0.85% -
HSV(B) 223.33º 0.22% 0.96% -
XYZ 60.04 61.81 95.15 -
YUV 205.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 191 206 245 0.22 0.16 0 0.04 223.33 0.73 0.85
Hex BF CE F5 16 10 0 4 DF 49 55
Octal 277 316 365 26 20 0 4 337 111 125
Binary 10111111 11001110 11110101 10110 10000 0 100 11011111 1001001 1010101

Color Harmonies of #BFCEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEF5

Black with #BFCEF5

Text Example


Text Example

White with #BFCEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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