Html Css Color HEX #BFD2F2 Periwinkle

📋 copy color: '#BFD2F2'

red 191 ◦ green 210 ◦ blue 242

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

Shades of Periwinkle #BFD2F2

Tints of Periwinkle #BFD2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.64%

R = 29.7%
G = 32.66%
B = 37.64%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFD2F2 (or 0xBFD2F2) is known color: Periwinkle. HEX triplet: BF, D2 and F2. RGB value is (191,210,242). Sum of RGB (Red+Green+Blue) = 191+210+242=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 210 (82.42% from 255 or 32.66% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFD2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2F2 is #402D0D. Grayscale: #CFCFCF. Windows color (decimal): -4205838 or 15913663. OLE color: 15913663.

HSL color Cylindrical-coordinate representation of color #BFD2F2: hue angle of 217.65º degrees, saturation: 0.66, 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 #BFD2F2 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 210 242 -
CMYK 0.21 0.13 0 0.05
HSL 217.65º 0.66% 0.85% -
HSV(B) 217.65º 0.21% 0.95% -
XYZ 60.56 63.58 93.08 -
YUV 207.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 191 210 242 0.21 0.13 0 0.05 217.65 0.66 0.85
Hex BF D2 F2 15 D 0 5 DA 42 55
Octal 277 322 362 25 15 0 5 332 102 125
Binary 10111111 11010010 11110010 10101 1101 0 101 11011010 1000010 1010101

Color Harmonies of #BFD2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2F2

Black with #BFD2F2

Text Example


Text Example

White with #BFD2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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