Html Css Color HEX #BFD2F3 Periwinkle

📋 copy color: '#BFD2F3'

red 191 ◦ green 210 ◦ blue 243

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

Shades of Periwinkle #BFD2F3

Tints of Periwinkle #BFD2F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.73%

R = 29.66%
G = 32.61%
B = 37.73%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFD2F3 (or 0xBFD2F3) is known color: Periwinkle. HEX triplet: BF, D2 and F3. RGB value is (191,210,243). Sum of RGB (Red+Green+Blue) = 191+210+243=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFD2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2F3 is #402D0C. Grayscale: #CFCFCF. Windows color (decimal): -4205837 or 15979199. OLE color: 15979199.

HSL color Cylindrical-coordinate representation of color #BFD2F3: hue angle of 218.08º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD2F3 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 210 243 -
CMYK 0.21 0.14 0 0.05
HSL 218.08º 0.68% 0.85% -
HSV(B) 218.08º 0.21% 0.95% -
XYZ 60.71 63.64 93.88 -
YUV 208.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 191 210 243 0.21 0.14 0 0.05 218.08 0.68 0.85
Hex BF D2 F3 15 E 0 5 DA 44 55
Octal 277 322 363 25 16 0 5 332 104 125
Binary 10111111 11010010 11110011 10101 1110 0 101 11011010 1000100 1010101

Color Harmonies of #BFD2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2F3

Black with #BFD2F3

Text Example


Text Example

White with #BFD2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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