Html Css Color HEX #BFCCE9 Periwinkle

📋 copy color: '#BFCCE9'

red 191 ◦ green 204 ◦ blue 233

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

Shades of Periwinkle #BFCCE9

Tints of Periwinkle #BFCCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.1%

R = 30.41%
G = 32.48%
B = 37.1%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFCCE9 (or 0xBFCCE9) is known color: Periwinkle. HEX triplet: BF, CC and E9. RGB value is (191,204,233). Sum of RGB (Red+Green+Blue) = 191+204+233=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFCCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCE9 is #403316. Grayscale: #CBCBCB. Windows color (decimal): -4207383 or 15322303. OLE color: 15322303.

HSL color Cylindrical-coordinate representation of color #BFCCE9: hue angle of 221.43º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFCCE9 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 204 233 -
CMYK 0.18 0.12 0 0.09
HSL 221.43º 0.49% 0.83% -
HSV(B) 221.43º 0.18% 0.91% -
XYZ 57.79 60.15 85.65 -
YUV 203.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 191 204 233 0.18 0.12 0 0.09 221.43 0.49 0.83
Hex BF CC E9 12 C 0 9 DD 31 53
Octal 277 314 351 22 14 0 11 335 61 123
Binary 10111111 11001100 11101001 10010 1100 0 1001 11011101 110001 1010011

Color Harmonies of #BFCCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCE9

Black with #BFCCE9

Text Example


Text Example

White with #BFCCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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