Html Css Color HEX #BFCDE8 Periwinkle

📋 copy color: '#BFCDE8'

red 191 ◦ green 205 ◦ blue 232

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

Shades of Periwinkle #BFCDE8

Tints of Periwinkle #BFCDE8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.64%

 BLUE value IS 232 (91.02% from 255) = 36.94%

R = 30.41%
G = 32.64%
B = 36.94%

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

#BFCDE8 (or 0xBFCDE8) is known color: Periwinkle. HEX triplet: BF, CD and E8. RGB value is (191,205,232). Sum of RGB (Red+Green+Blue) = 191+205+232=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFCDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDE8 is #403217. Grayscale: #CBCBCB. Windows color (decimal): -4207128 or 15257023. OLE color: 15257023.

HSL color Cylindrical-coordinate representation of color #BFCDE8: hue angle of 219.51º degrees, saturation: 0.47, 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 #BFCDE8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 205 232 -
CMYK 0.18 0.12 0 0.09
HSL 219.51º 0.47% 0.83% -
HSV(B) 219.51º 0.18% 0.91% -
XYZ 57.88 60.57 84.98 -
YUV 203.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 191 205 232 0.18 0.12 0 0.09 219.51 0.47 0.83
Hex BF CD E8 12 C 0 9 DC 2F 53
Octal 277 315 350 22 14 0 11 334 57 123
Binary 10111111 11001101 11101000 10010 1100 0 1001 11011100 101111 1010011

Color Harmonies of #BFCDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDE8

Black with #BFCDE8

Text Example


Text Example

White with #BFCDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDE8; }

 p { color: rgb(191,205,232); }

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

background-color css

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

 a { background-color: rgb(191,205,232); }

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

border-color css

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

 span { border-color: rgb(191,205,232); }

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