Html Css Color HEX #BFCEF2 Periwinkle

📋 copy color: '#BFCEF2'

red 191 ◦ green 206 ◦ blue 242

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

Shades of Periwinkle #BFCEF2

Tints of Periwinkle #BFCEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.87%

R = 29.89%
G = 32.24%
B = 37.87%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFCEF2 (or 0xBFCEF2) is known color: Periwinkle. HEX triplet: BF, CE and F2. RGB value is (191,206,242). Sum of RGB (Red+Green+Blue) = 191+206+242=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEF2 is #40310D. Grayscale: #CDCDCD. Windows color (decimal): -4206862 or 15912639. OLE color: 15912639.

HSL color Cylindrical-coordinate representation of color #BFCEF2: hue angle of 222.35º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFCEF2 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 206 242 -
CMYK 0.21 0.15 0 0.05
HSL 222.35º 0.66% 0.85% -
HSV(B) 222.35º 0.21% 0.95% -
XYZ 59.58 61.63 92.76 -
YUV 205.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 191 206 242 0.21 0.15 0 0.05 222.35 0.66 0.85
Hex BF CE F2 15 F 0 5 DE 42 55
Octal 277 316 362 25 17 0 5 336 102 125
Binary 10111111 11001110 11110010 10101 1111 0 101 11011110 1000010 1010101

Color Harmonies of #BFCEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEF2

Black with #BFCEF2

Text Example


Text Example

White with #BFCEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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