Html Css Color HEX #BFCBEF Periwinkle

📋 copy color: '#BFCBEF'

red 191 ◦ green 203 ◦ blue 239

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

Shades of Periwinkle #BFCBEF

Tints of Periwinkle #BFCBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.76%

R = 30.17%
G = 32.07%
B = 37.76%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFCBEF (or 0xBFCBEF) is known color: Periwinkle. HEX triplet: BF, CB and EF. RGB value is (191,203,239). Sum of RGB (Red+Green+Blue) = 191+203+239=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFCBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBEF is #403410. Grayscale: #CBCBCB. Windows color (decimal): -4207633 or 15715263. OLE color: 15715263.

HSL color Cylindrical-coordinate representation of color #BFCBEF: hue angle of 225º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCBEF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 203 239 -
CMYK 0.20 0.15 0 0.06
HSL 225º 0.6% 0.84% -
HSV(B) 225º 0.2% 0.94% -
XYZ 58.42 60.02 90.17 -
YUV 203.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 191 203 239 0.20 0.15 0 0.06 225 0.6 0.84
Hex BF CB EF 14 F 0 6 E1 3C 54
Octal 277 313 357 24 17 0 6 341 74 124
Binary 10111111 11001011 11101111 10100 1111 0 110 11100001 111100 1010100

Color Harmonies of #BFCBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBEF

Black with #BFCBEF

Text Example


Text Example

White with #BFCBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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