Html Css Color HEX #BFD2F5 Periwinkle

📋 copy color: '#BFD2F5'

red 191 ◦ green 210 ◦ blue 245

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

Shades of Periwinkle #BFD2F5

Tints of Periwinkle #BFD2F5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.51%

 BLUE value IS 245 (96.09% from 255) = 37.93%

R = 29.57%
G = 32.51%
B = 37.93%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFD2F5 (or 0xBFD2F5) is known color: Periwinkle. HEX triplet: BF, D2 and F5. RGB value is (191,210,245). Sum of RGB (Red+Green+Blue) = 191+210+245=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFD2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2F5 is #402D0A. Grayscale: #D0D0D0. Windows color (decimal): -4205835 or 16110271. OLE color: 16110271.

HSL color Cylindrical-coordinate representation of color #BFD2F5: hue angle of 218.89º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFD2F5 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 210 245 -
CMYK 0.22 0.14 0 0.04
HSL 218.89º 0.73% 0.85% -
HSV(B) 218.89º 0.22% 0.96% -
XYZ 61.01 63.76 95.48 -
YUV 208.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 191 210 245 0.22 0.14 0 0.04 218.89 0.73 0.85
Hex BF D2 F5 16 E 0 4 DB 49 55
Octal 277 322 365 26 16 0 4 333 111 125
Binary 10111111 11010010 11110101 10110 1110 0 100 11011011 1001001 1010101

Color Harmonies of #BFD2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2F5

Black with #BFD2F5

Text Example


Text Example

White with #BFD2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2F5; }

 p { color: rgb(191,210,245); }

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

background-color css

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

 a { background-color: rgb(191,210,245); }

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

border-color css

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

 span { border-color: rgb(191,210,245); }

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