Html Css Color HEX #BFCAE6 Periwinkle

📋 copy color: '#BFCAE6'

red 191 ◦ green 202 ◦ blue 230

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

Shades of Periwinkle #BFCAE6

Tints of Periwinkle #BFCAE6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.42%

 BLUE value IS 230 (90.23% from 255) = 36.92%

R = 30.66%
G = 32.42%
B = 36.92%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFCAE6 (or 0xBFCAE6) is known color: Periwinkle. HEX triplet: BF, CA and E6. RGB value is (191,202,230). Sum of RGB (Red+Green+Blue) = 191+202+230=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFCAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAE6 is #403519. Grayscale: #C9C9C9. Windows color (decimal): -4207898 or 15125183. OLE color: 15125183.

HSL color Cylindrical-coordinate representation of color #BFCAE6: hue angle of 223.08º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCAE6 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 202 230 -
CMYK 0.17 0.12 0 0.10
HSL 223.08º 0.44% 0.83% -
HSV(B) 223.08º 0.17% 0.9% -
XYZ 56.89 59.03 83.26 -
YUV 201.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 191 202 230 0.17 0.12 0 0.10 223.08 0.44 0.83
Hex BF CA E6 11 C 0 A DF 2C 53
Octal 277 312 346 21 14 0 12 337 54 123
Binary 10111111 11001010 11100110 10001 1100 0 1010 11011111 101100 1010011

Color Harmonies of #BFCAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAE6

Black with #BFCAE6

Text Example


Text Example

White with #BFCAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAE6; }

 p { color: rgb(191,202,230); }

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

background-color css

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

 a { background-color: rgb(191,202,230); }

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

border-color css

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

 span { border-color: rgb(191,202,230); }

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