Html Css Color HEX #BFCEF3 Periwinkle

📋 copy color: '#BFCEF3'

red 191 ◦ green 206 ◦ blue 243

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

Shades of Periwinkle #BFCEF3

Tints of Periwinkle #BFCEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.97%

R = 29.84%
G = 32.19%
B = 37.97%

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

#BFCEF3 (or 0xBFCEF3) is known color: Periwinkle. HEX triplet: BF, CE and F3. RGB value is (191,206,243). Sum of RGB (Red+Green+Blue) = 191+206+243=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEF3 is #40310C. Grayscale: #CDCDCD. Windows color (decimal): -4206861 or 15978175. OLE color: 15978175.

HSL color Cylindrical-coordinate representation of color #BFCEF3: hue angle of 222.69º degrees, saturation: 0.68, 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 #BFCEF3 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 206 243 -
CMYK 0.21 0.15 0 0.05
HSL 222.69º 0.68% 0.85% -
HSV(B) 222.69º 0.21% 0.95% -
XYZ 59.73 61.69 93.55 -
YUV 205.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 191 206 243 0.21 0.15 0 0.05 222.69 0.68 0.85
Hex BF CE F3 15 F 0 5 DF 44 55
Octal 277 316 363 25 17 0 5 337 104 125
Binary 10111111 11001110 11110011 10101 1111 0 101 11011111 1000100 1010101

Color Harmonies of #BFCEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEF3

Black with #BFCEF3

Text Example


Text Example

White with #BFCEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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