Html Css Color HEX #BFD0F5 Periwinkle

📋 copy color: '#BFD0F5'

red 191 ◦ green 208 ◦ blue 245

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

Shades of Periwinkle #BFD0F5

Tints of Periwinkle #BFD0F5

RGB

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

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

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

R = 29.66%
G = 32.3%
B = 38.04%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFD0F5 (or 0xBFD0F5) is known color: Periwinkle. HEX triplet: BF, D0 and F5. RGB value is (191,208,245). Sum of RGB (Red+Green+Blue) = 191+208+245=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 245 (96.09% from 255 or 38.04% from 644); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFD0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0F5 is #402F0A. Grayscale: #CECECE. Windows color (decimal): -4206347 or 16109759. OLE color: 16109759.

HSL color Cylindrical-coordinate representation of color #BFD0F5: hue angle of 221.11º 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 #BFD0F5 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 208 245 -
CMYK 0.22 0.15 0 0.04
HSL 221.11º 0.73% 0.85% -
HSV(B) 221.11º 0.22% 0.96% -
XYZ 60.52 62.78 95.31 -
YUV 207.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 191 208 245 0.22 0.15 0 0.04 221.11 0.73 0.85
Hex BF D0 F5 16 F 0 4 DD 49 55
Octal 277 320 365 26 17 0 4 335 111 125
Binary 10111111 11010000 11110101 10110 1111 0 100 11011101 1001001 1010101

Color Harmonies of #BFD0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD0F5

Black with #BFD0F5

Text Example


Text Example

White with #BFD0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD0F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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