Html Css Color HEX #BFCDE9 Periwinkle

📋 copy color: '#BFCDE9'

red 191 ◦ green 205 ◦ blue 233

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

Shades of Periwinkle #BFCDE9

Tints of Periwinkle #BFCDE9

RGB

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

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

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

R = 30.37%
G = 32.59%
B = 37.04%

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

#BFCDE9 (or 0xBFCDE9) is known color: Periwinkle. HEX triplet: BF, CD and E9. RGB value is (191,205,233). Sum of RGB (Red+Green+Blue) = 191+205+233=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFCDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDE9 is #403216. Grayscale: #CBCBCB. Windows color (decimal): -4207127 or 15322559. OLE color: 15322559.

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

Color convert

RGB 191 205 233 -
CMYK 0.18 0.12 0 0.09
HSL 220º 0.49% 0.83% -
HSV(B) 220º 0.18% 0.91% -
XYZ 58.03 60.62 85.73 -
YUV 204.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 191 205 233 0.18 0.12 0 0.09 220 0.49 0.83
Hex BF CD E9 12 C 0 9 DC 31 53
Octal 277 315 351 22 14 0 11 334 61 123
Binary 10111111 11001101 11101001 10010 1100 0 1001 11011100 110001 1010011

Color Harmonies of #BFCDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDE9

Black with #BFCDE9

Text Example


Text Example

White with #BFCDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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