Html Css Color HEX #BFCEEB Periwinkle

📋 copy color: '#BFCEEB'

red 191 ◦ green 206 ◦ blue 235

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

Shades of Periwinkle #BFCEEB

Tints of Periwinkle #BFCEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.59%

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

R = 30.22%
G = 32.59%
B = 37.18%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFCEEB (or 0xBFCEEB) is known color: Periwinkle. HEX triplet: BF, CE and EB. RGB value is (191,206,235). Sum of RGB (Red+Green+Blue) = 191+206+235=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEEB is #403114. Grayscale: #CCCCCC. Windows color (decimal): -4206869 or 15453887. OLE color: 15453887.

HSL color Cylindrical-coordinate representation of color #BFCEEB: hue angle of 219.55º 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 #BFCEEB is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 206 235 -
CMYK 0.19 0.12 0 0.08
HSL 219.55º 0.52% 0.84% -
HSV(B) 219.55º 0.19% 0.92% -
XYZ 58.55 61.22 87.33 -
YUV 204.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 191 206 235 0.19 0.12 0 0.08 219.55 0.52 0.84
Hex BF CE EB 13 C 0 8 DC 34 54
Octal 277 316 353 23 14 0 10 334 64 124
Binary 10111111 11001110 11101011 10011 1100 0 1000 11011100 110100 1010100

Color Harmonies of #BFCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEEB

Black with #BFCEEB

Text Example


Text Example

White with #BFCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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