Html Css Color HEX #BFD4ED Periwinkle

📋 copy color: '#BFD4ED'

red 191 ◦ green 212 ◦ blue 237

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

Shades of Periwinkle #BFD4ED

Tints of Periwinkle #BFD4ED

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.13%

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

R = 29.84%
G = 33.13%
B = 37.03%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFD4ED (or 0xBFD4ED) is known color: Periwinkle. HEX triplet: BF, D4 and ED. RGB value is (191,212,237). Sum of RGB (Red+Green+Blue) = 191+212+237=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4ED is #402B12. Grayscale: #D0D0D0. Windows color (decimal): -4205331 or 15586495. OLE color: 15586495.

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

Color convert

RGB 191 212 237 -
CMYK 0.19 0.11 0 0.07
HSL 212.61º 0.56% 0.84% -
HSV(B) 212.61º 0.19% 0.93% -
XYZ 60.32 64.28 89.35 -
YUV 208.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 191 212 237 0.19 0.11 0 0.07 212.61 0.56 0.84
Hex BF D4 ED 13 B 0 7 D5 38 54
Octal 277 324 355 23 13 0 7 325 70 124
Binary 10111111 11010100 11101101 10011 1011 0 111 11010101 111000 1010100

Color Harmonies of #BFD4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD4ED

Black with #BFD4ED

Text Example


Text Example

White with #BFD4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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