Html Css Color HEX #BFCAEB Periwinkle

📋 copy color: '#BFCAEB'

red 191 ◦ green 202 ◦ blue 235

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

Shades of Periwinkle #BFCAEB

Tints of Periwinkle #BFCAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 30.41%
G = 32.17%
B = 37.42%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFCAEB (or 0xBFCAEB) is known color: Periwinkle. HEX triplet: BF, CA and EB. RGB value is (191,202,235). Sum of RGB (Red+Green+Blue) = 191+202+235=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFCAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAEB is #403514. Grayscale: #CACACA. Windows color (decimal): -4207893 or 15452863. OLE color: 15452863.

HSL color Cylindrical-coordinate representation of color #BFCAEB: hue angle of 225º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCAEB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 202 235 -
CMYK 0.19 0.14 0 0.08
HSL 225º 0.52% 0.84% -
HSV(B) 225º 0.19% 0.92% -
XYZ 57.6 59.32 87.01 -
YUV 202.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 191 202 235 0.19 0.14 0 0.08 225 0.52 0.84
Hex BF CA EB 13 E 0 8 E1 34 54
Octal 277 312 353 23 16 0 10 341 64 124
Binary 10111111 11001010 11101011 10011 1110 0 1000 11100001 110100 1010100

Color Harmonies of #BFCAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAEB

Black with #BFCAEB

Text Example


Text Example

White with #BFCAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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