Html Css Color HEX #BFD0ED Periwinkle

📋 copy color: '#BFD0ED'

red 191 ◦ green 208 ◦ blue 237

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

Shades of Periwinkle #BFD0ED

Tints of Periwinkle #BFD0ED

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.7%

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

R = 30.03%
G = 32.7%
B = 37.26%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFD0ED (or 0xBFD0ED) is known color: Periwinkle. HEX triplet: BF, D0 and ED. RGB value is (191,208,237). Sum of RGB (Red+Green+Blue) = 191+208+237=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0ED is #402F12. Grayscale: #CECECE. Windows color (decimal): -4206355 or 15585471. OLE color: 15585471.

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

Color convert

RGB 191 208 237 -
CMYK 0.19 0.12 0 0.07
HSL 217.83º 0.56% 0.84% -
HSV(B) 217.83º 0.19% 0.93% -
XYZ 59.33 62.3 89.02 -
YUV 206.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 191 208 237 0.19 0.12 0 0.07 217.83 0.56 0.84
Hex BF D0 ED 13 C 0 7 DA 38 54
Octal 277 320 355 23 14 0 7 332 70 124
Binary 10111111 11010000 11101101 10011 1100 0 111 11011010 111000 1010100

Color Harmonies of #BFD0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD0ED

Black with #BFD0ED

Text Example


Text Example

White with #BFD0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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