Html Css Color HEX #BFCCEB Periwinkle

📋 copy color: '#BFCCEB'

red 191 ◦ green 204 ◦ blue 235

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

Shades of Periwinkle #BFCCEB

Tints of Periwinkle #BFCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.38%

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

R = 30.32%
G = 32.38%
B = 37.3%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFCCEB (or 0xBFCCEB) is known color: Periwinkle. HEX triplet: BF, CC and EB. RGB value is (191,204,235). Sum of RGB (Red+Green+Blue) = 191+204+235=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCEB is #403314. Grayscale: #CBCBCB. Windows color (decimal): -4207381 or 15453375. OLE color: 15453375.

HSL color Cylindrical-coordinate representation of color #BFCCEB: hue angle of 222.27º 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 #BFCCEB is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 204 235 -
CMYK 0.19 0.13 0 0.08
HSL 222.27º 0.52% 0.84% -
HSV(B) 222.27º 0.19% 0.92% -
XYZ 58.07 60.26 87.17 -
YUV 203.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 191 204 235 0.19 0.13 0 0.08 222.27 0.52 0.84
Hex BF CC EB 13 D 0 8 DE 34 54
Octal 277 314 353 23 15 0 10 336 64 124
Binary 10111111 11001100 11101011 10011 1101 0 1000 11011110 110100 1010100

Color Harmonies of #BFCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCEB

Black with #BFCCEB

Text Example


Text Example

White with #BFCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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