Html Css Color HEX #BFD0EE Periwinkle

📋 copy color: '#BFD0EE'

red 191 ◦ green 208 ◦ blue 238

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

Shades of Periwinkle #BFD0EE

Tints of Periwinkle #BFD0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 29.98%
G = 32.65%
B = 37.36%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFD0EE (or 0xBFD0EE) is known color: Periwinkle. HEX triplet: BF, D0 and EE. RGB value is (191,208,238). Sum of RGB (Red+Green+Blue) = 191+208+238=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0EE is #402F11. Grayscale: #CECECE. Windows color (decimal): -4206354 or 15651007. OLE color: 15651007.

HSL color Cylindrical-coordinate representation of color #BFD0EE: hue angle of 218.3º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFD0EE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 208 238 -
CMYK 0.20 0.13 0 0.07
HSL 218.3º 0.58% 0.84% -
HSV(B) 218.3º 0.2% 0.93% -
XYZ 59.47 62.36 89.79 -
YUV 206.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 191 208 238 0.20 0.13 0 0.07 218.3 0.58 0.84
Hex BF D0 EE 14 D 0 7 DA 3A 54
Octal 277 320 356 24 15 0 7 332 72 124
Binary 10111111 11010000 11101110 10100 1101 0 111 11011010 111010 1010100

Color Harmonies of #BFD0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD0EE

Black with #BFD0EE

Text Example


Text Example

White with #BFD0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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