Html Css Color HEX #BFCBEB Periwinkle

📋 copy color: '#BFCBEB'

red 191 ◦ green 203 ◦ blue 235

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

Shades of Periwinkle #BFCBEB

Tints of Periwinkle #BFCBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.27%

 BLUE value IS 235 (92.19% from 255) = 37.36%

R = 30.37%
G = 32.27%
B = 37.36%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFCBEB (or 0xBFCBEB) is known color: Periwinkle. HEX triplet: BF, CB and EB. RGB value is (191,203,235). Sum of RGB (Red+Green+Blue) = 191+203+235=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFCBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBEB is #403414. Grayscale: #CACACA. Windows color (decimal): -4207637 or 15453119. OLE color: 15453119.

HSL color Cylindrical-coordinate representation of color #BFCBEB: hue angle of 223.64º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCBEB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 203 235 -
CMYK 0.19 0.14 0 0.08
HSL 223.64º 0.52% 0.84% -
HSV(B) 223.64º 0.19% 0.92% -
XYZ 57.84 59.79 87.09 -
YUV 203.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 191 203 235 0.19 0.14 0 0.08 223.64 0.52 0.84
Hex BF CB EB 13 E 0 8 E0 34 54
Octal 277 313 353 23 16 0 10 340 64 124
Binary 10111111 11001011 11101011 10011 1110 0 1000 11100000 110100 1010100

Color Harmonies of #BFCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBEB

Black with #BFCBEB

Text Example


Text Example

White with #BFCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBEB; }

 p { color: rgb(191,203,235); }

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

background-color css

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

 a { background-color: rgb(191,203,235); }

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

border-color css

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

 span { border-color: rgb(191,203,235); }

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