Html Css Color HEX #BFCBEE Periwinkle

📋 copy color: '#BFCBEE'

red 191 ◦ green 203 ◦ blue 238

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

Shades of Periwinkle #BFCBEE

Tints of Periwinkle #BFCBEE

RGB

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

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

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

R = 30.22%
G = 32.12%
B = 37.66%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFCBEE (or 0xBFCBEE) is known color: Periwinkle. HEX triplet: BF, CB and EE. RGB value is (191,203,238). Sum of RGB (Red+Green+Blue) = 191+203+238=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFCBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBEE is #403411. Grayscale: #CBCBCB. Windows color (decimal): -4207634 or 15649727. OLE color: 15649727.

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

Color convert

RGB 191 203 238 -
CMYK 0.20 0.15 0 0.07
HSL 224.68º 0.58% 0.84% -
HSV(B) 224.68º 0.2% 0.93% -
XYZ 58.27 59.96 89.39 -
YUV 203.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 191 203 238 0.20 0.15 0 0.07 224.68 0.58 0.84
Hex BF CB EE 14 F 0 7 E1 3A 54
Octal 277 313 356 24 17 0 7 341 72 124
Binary 10111111 11001011 11101110 10100 1111 0 111 11100001 111010 1010100

Color Harmonies of #BFCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBEE

Black with #BFCBEE

Text Example


Text Example

White with #BFCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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