Html Css Color HEX #BFCEEE Periwinkle

📋 copy color: '#BFCEEE'

red 191 ◦ green 206 ◦ blue 238

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

Shades of Periwinkle #BFCEEE

Tints of Periwinkle #BFCEEE

RGB

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

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

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

R = 30.08%
G = 32.44%
B = 37.48%

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

#BFCEEE (or 0xBFCEEE) is known color: Periwinkle. HEX triplet: BF, CE and EE. RGB value is (191,206,238). Sum of RGB (Red+Green+Blue) = 191+206+238=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEEE is #403111. Grayscale: #CDCDCD. Windows color (decimal): -4206866 or 15650495. OLE color: 15650495.

HSL color Cylindrical-coordinate representation of color #BFCEEE: hue angle of 220.85º 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 #BFCEEE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 206 238 -
CMYK 0.20 0.13 0 0.07
HSL 220.85º 0.58% 0.84% -
HSV(B) 220.85º 0.2% 0.93% -
XYZ 58.99 61.39 89.63 -
YUV 205.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 191 206 238 0.20 0.13 0 0.07 220.85 0.58 0.84
Hex BF CE EE 14 D 0 7 DD 3A 54
Octal 277 316 356 24 15 0 7 335 72 124
Binary 10111111 11001110 11101110 10100 1101 0 111 11011101 111010 1010100

Color Harmonies of #BFCEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEEE

Black with #BFCEEE

Text Example


Text Example

White with #BFCEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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