Html Css Color HEX #BFD5ED Periwinkle

📋 copy color: '#BFD5ED'

red 191 ◦ green 213 ◦ blue 237

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

Shades of Periwinkle #BFD5ED

Tints of Periwinkle #BFD5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.23%

 BLUE value IS 237 (92.97% from 255) = 36.97%

R = 29.8%
G = 33.23%
B = 36.97%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFD5ED (or 0xBFD5ED) is known color: Periwinkle. HEX triplet: BF, D5 and ED. RGB value is (191,213,237). Sum of RGB (Red+Green+Blue) = 191+213+237=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD5ED is #402A12. Grayscale: #D1D1D1. Windows color (decimal): -4205075 or 15586751. OLE color: 15586751.

HSL color Cylindrical-coordinate representation of color #BFD5ED: hue angle of 211.3º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD5ED is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 213 237 -
CMYK 0.19 0.10 0 0.07
HSL 211.3º 0.56% 0.84% -
HSV(B) 211.3º 0.19% 0.93% -
XYZ 60.57 64.78 89.43 -
YUV 209.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 191 213 237 0.19 0.10 0 0.07 211.3 0.56 0.84
Hex BF D5 ED 13 A 0 7 D3 38 54
Octal 277 325 355 23 12 0 7 323 70 124
Binary 10111111 11010101 11101101 10011 1010 0 111 11010011 111000 1010100

Color Harmonies of #BFD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5ED

Black with #BFD5ED

Text Example


Text Example

White with #BFD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5ED; }

 p { color: rgb(191,213,237); }

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

background-color css

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

 a { background-color: rgb(191,213,237); }

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

border-color css

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

 span { border-color: rgb(191,213,237); }

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